Skip to content

XSimpson765/AWS-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Cloud Infrastructure & Hands-On Examples

This repository contains hands-on AWS cloud labs and example configurations I built as part of my cloud learning and operations practice.

Each folder contains a specific set of examples demonstrating foundational AWS services, infrastructure-as-code, security, and automation skills that are valuable for cloud support and junior cloud roles.


🗂️ Project Contents

EC2/

Examples of AWS EC2 virtual machine deployments, networking setups, and instance configurations. Includes security groups, basic user data scripts, and instance launch examples.

IAM/

Demonstrations of AWS Identity and Access Management best practices, including:

  • Creation of users, groups, and roles
  • Least-privilege IAM policies
  • Permission boundary examples

Lambda/

Serverless function examples using AWS Lambda. Includes simple automation scripts and integrations with IAM roles and policies.

RDS/

Examples of AWS Relational Database Service deployments, basic database provisioning, security group rules around RDS, and connectivity setups.

Security-Groups/

Focused examples of AWS Security Group configurations to control inbound/outbound access for various services.

Terraform/

Infrastructure-as-code examples using Terraform, including:

  • Deployment of AWS resources such as EC2 instances
  • IAM configurations
  • VPC setups Useful for seeing cloud provisioning and automation without manual console steps.

🧠 Skills Demonstrated

This repo showcases practical experience with:

  • Amazon EC2 (Compute)
  • AWS Identity and Access Management (IAM)
  • AWS Lambda (Serverless)
  • AWS RDS (Databases)
  • AWS Security Group rules & networking
  • Infrastructure-as-Code (Terraform)
  • Monitoring, automation, and secure setups

🚀 How to Use

Each folder has files and examples that can be reviewed and executed within an AWS account. They are intended to be run in a sandbox or personal lab account only. These examples helped reinforce core AWS concepts including:

  • Least-privilege access and secure design
  • Resource automation and provisioning
  • Networking and access control
  • Serverless and database fundamentals

About

Hands-on AWS service examples and labs covering EC2, IAM, VPC, S3, CloudWatch, and foundational cloud administration concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors