Creating an AWS Account

We will follow the AWS Documentation to make sure that your account is set up correctly.


Create Your Account

Follow the steps for the first module for creating your account on the official AWS documentation.

When following the steps provided by the AWS documentation, you can select a Personal Account and the Basic Support plan. Although it does require a credit card to create an account, most of the services in AWS have a free tier that provide enough credit to experiment and run small scale projects.


Secure Your Account

Follow the steps for the second module for creating an admin account and securing the root user of your account.

Aws Security
Securing your AWS account by using an IAM User as opposed to the Root User is a best practice. Using IAM to manage user and resource access is one of the most important security concerns when using AWS, so it is important to follow these steps and use the created IAM user’s credentials with the Cdev Sdk.

Install the CLI

Follow the steps for the third module for installing the AWS CLI and configuring your credentials.

Once you have created your credentials, Cdev will use the AWS credentials that are configured to deploy resources in the cloud.


Setting up Billing Alarms

We highly recommend taking the time to create Billing Alerts on your AWS Account. These billing alerts will help you proactively react to situations where something has gone wrong with the resources you have created as opposed to finding out at the end of the billing cycle.