Create Your AWS Account
|
Your new AWS account is automatically entitled to the one-year AWS Free Tier.
The Free Tier has some limits that you must observe in order not to incur unwanted costs.
The link to login to your account in the AWS Management Console is https://aws.amazon.com/console
|
Configure Your AWS Account
|
The Root account should only be used for high-level admin tasks.
IAM accounts should be created and configured for daily use.
Your IAM user account has the permissions of the (account) AdministratorAccess policy, and is hence sufficient for most practical purposes.
|
Configure Your Terminal Environment
|
Your terminal environments can be a Git Bash terminal running on a Windows computer; a Linux terminal running the Bash shell; a Mac terminal running either the Bash shell or the Zsh shell, but you must install or update the Bash shell to version 5.0 or higher.
You can also use a Linux or Mach terminal in a remote server through ssh .
The configuration of the AWS CLI sets your AWS account as the target account where the Scripts will create and manage AWS resources.
|
Configure Your AWS CloudShell Environment
|
The AWS CloudShell is a Bash shell terminal that runs in the browser and has the AWS CLI already installed and configured with programmatic access to your AWS account. Hence, only the Scripts need to be installed.
You must be logged in to the AWS Console to launch the AWS CloudShell.
The AWS CloudShell terminal runs on a Linux AWS instance with 1 GB storage.
Data and software you install in your home directory will be deleted after 120 days of not using the AWS CloudShell. You will receive warning emails before they are deleted.
For some applications, the key bindings in the AWS CloudShell may be slightly different to the key bindings for same applications in a desktop/laptop machine.
|