How to Setup a Free AWS Developer Environment
There's no `AWS Lambda` without `AWS`. That means we'll need a few AWS resources created and configured on the AWS side of things to develop and effectively.
Project Source Code
Get the project source code below, and follow along with the lesson material.
Download Project Source CodeTo set up the project on your local machine, please follow the directions provided in the README.md
file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.
Table of Contents
- Section 2.1A note on Free-Tier usage and costs in AWS
- Section 2.2Common AWS Scenarios
- Section 2.3Account Provisioning
- Section 2.4Securing an AWS Account
- Section 2.5Configure CloudTrail
- Section 2.6Billing Alerts
- Section 2.7Set a password policy for the account
- Section 2.8Deactivate Regions not in use (optional)
- Section 2.9Create an IAM Admin User
- Section 2.10Enable MFA on IAM User
- Section 2.11Enable Root Account MFA
- Section 2.12Disable Any Root User Access Keys
- Section 2.13Final notes on security