Skip to main content

Posts

Showing posts with the label How-to

Creating a VPC - Part 2

In my previous article, Creating a VPC - Part 1 , I've shown you how to create a VPC using the VPC Wizard.  Here I will demonstrate how to build a VPC manually, without using the Wizard. We will use the same requirements: 1. End users are located in US Northern Virginia 2. VPC requires 1 Private and 1 Public subnet with the private subnet having     outbound access to the internet. 3. Defined CIDR Block is 10.0.0.0/16 Method 2: Creating a VPC manually 1. Login to the AWS management console using your Admin account. 2. Select your location based on where your end users will be. In this     case it is US Northern Virginia (US East 1) 3. Click " Services ", then scroll down to Network & Content Delivery     and then click " VPC ". 4. From the Navigation pane click on " Your VPCs ". 5. Then click " Create VPC " 6. Enter the name you wish to give your VPC.  Then enter the CIDR Block     for your VPC as well. ...

Creating a VPC - Part 1

A VPC is your very own private cloud within AWS.  Think of it as a DataCenter that you build with your own specifications and will be the place you build and deploy your cloud environment. In this article, I will teach you how to create a Custom VPC within AWS.  Please note that this is different from the default VPCs that AWS creates for you when you setup an account. What you will need: 1. An AWS account ( Creating and AWS Free Tier account ) 2. Location of your target end users 3. Number of Private and/or Public subnets required 4. A Network CIDR range of your choice depending on your requirements There are 2 ways to create VPCs. 1. Using the VPC Wizard 2. Creating VPC from scratch For demonstration purposes let us assume these requirements:  1. End users are located in the US Northern Virginia 2. You need 1 Private subnet with outbound access to the internet and 1 Public subnet 3. CIDR 10.0.0.0/16 Method 1: Creating a VPC using the VPC Wizard 1. ...

Creating IAM User Accounts

What is IAM? IAM (Identity and Access Management) is a component of AWS which manages Users, Groups, Policies, and Roles to control access permissions to your various services within your AWS environment. Here is where you can create User accounts, add them to groups that have attached permissions to control access or create policies or roles that you can attach to trusted entities to give them access to services within your environment.   For more details on IAM checkout this link:  AWS Identity and Access Management (IAM) In this article I will demonstrate how to create an administrator account that you can use to launch services in AWS.  In my previous post I mentioned that it is advised that you do not use your Master or Root account to perform these functions but instead use a separate Administrator account for the purpose of launching services.  The Master account should be used to manage Budgets, setup CloudWatch monitoring and consolidate child account...

Creating IAM Groups

When working on IAM for the first time, in my opinion, it is best that you start off at creating your initial IAM Groups before creating user accounts.  This will give you an overview of how you would allocate permissions depending on the job function of users you will be creating next. IAM Groups are similar to Microsoft AD Groups in such a way that it has attached permissions that provide any user added to the group access to perform certain functions on a given resource or resources.  However IAM Groups can only be used to manage permissions for AWS resources. This article shows you how to create IAM Groups. Steps to follow: Login to the AWS console using your Root account. Click Services and then Click " IAM " On the left hand side click " Groups " Click the " Create New Group " button Type the name of the group you wish to create then click the " Next Step " button. Choose the level of permission from the list of Policie...

Creating a Billing Alert

Now that you have already created your free tier account, the next thing to do is to make sure you do not unintentionally incur charges as you play around the AWS environment.  Most of the services that you can try out are free however may have limitations.  Check out this link to see a list of the free services under the free tier account: AWS Free Tier details The best way to monitor your spending on AWS is to setup Billing Alerts.  In this post I will show you how you could set it up initially so that you will receive an email warning whenever your estimated charges go over a specified amount.  This will help you manage cost or avoid it totally. Here are the Steps: Login to your AWS account On the upper right corner click the drop down arrow right beside your account name, then click "My Billing Dashboard"  Scroll down to the Alerts and Notifications section.  On the second line where it says "Monitor your estimated charges." click on the high...

How to create an AWS free-tier account

Creating an AWS account isn't all that difficult.  This should be your 2nd step in your AWS journey.  The first being a clear familiarization of the various AWS services and their functions.  If you are not at all familiar with any of them, I would suggest you check out my previous posts which briefly discusses the various core services available in AWS then come back here to create your AWS account. When creating an AWS account you will need the following: A registered email address.   A credit card note: don't worry about fees.  creating the free tier account is totally free.  and there is a list of services that you will have free access to within their respective usage parameters.  Just be aware of these parameters as you can be charged if you go over the usage limit for the free tier account.   Now that you have the requirements available, lets begin creating your account.   First click this:  AWS Free Tier and then...