AWS Playground is a sandbox repository filled with sample code and mini-projects to learn and experiment with various AWS services. This collection is for AWS beginners or anyone wanting to test concepts, experiment, or refer to code examples. Most examples are straightforward, minimal, and even a little bit silly.
- EC2: Basics of launching, connecting to, and managing EC2 instances.
- VPC: Create a simple VPC with public subnets, route tables and gateway.
- S3: Set up a static website by creating a bucket, configuring permissions, enabling public access, and hosting files.
- DynamoDB: Create and Interact with a DynamoDB Table.
- Lambda: coming soon...
- And more... as I explore and add new examples!