Skip to content

anveshmuppeda/aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ AWS Complete Hands‑On Guides 🌟

Typing SVG
Forks Stars Watchers Last Commit Commit Activity Repo Size Support Badge Awesome GitHub contributors Open Issues Open PRs PRs Welcome

Cloud Engineer | Kubernetes Developer | Open Source Contributor

LinkedIn Twitter Medium Email DockerHub

AWS Hands-On Labs Repository

Welcome to the AWS Hands-On Labs Repository – a one-stop resource for learning, exploring, and mastering AWS services through practical, step-by-step labs and CloudFormation guides. This repository is built to serve everyoneβ€”from beginners to seasoned professionalsβ€”by providing clear, easy-to-follow examples that cover a wide range of AWS services and infrastructure-as-code tools.

Table of Contents

Overview

This repository is curated to provide a comprehensive collection of hands-on labs for a diverse set of AWS services. Our goal is to support learners, cloud architects, developers, and DevOps engineers by offering practical examples and detailed guides that help you build proficiency in:

  • Infrastructure as Code: Dive into AWS CDK, cdk8s, and CloudFormation to learn how to design and deploy robust cloud architectures.
  • Service-Specific Labs: From basic VPC and EC2 examples to advanced use cases such as Lambda functions, API Gateways, S3 Buckets, and beyond.
  • Step-by-Step Guides: Each lab includes well-commented code, clear instructions, and an explanation of best practices to help you understand the underlying AWS services.
  • Hands-On Learning: Experiment with our templates and guides to quickly set up, deploy, and validate your own cloud solutions.

Repository Structure

The repository is structured to ensure ease of navigation. Here is an overview of the main directories:

/aws
β”œβ”€β”€ README.md                   # This file
β”œβ”€β”€ cdk                         # Hands-on labs and CDK constructs for different AWS services
β”‚Β Β  β”œβ”€β”€ hello-world-l1          # Example 1: Simple AWS CDK application
β”‚Β Β  β”œβ”€β”€ hello-world-l2          # Example 2: Advanced CDK constructs and patterns
β”‚Β Β  β”œβ”€β”€ hello-world-l3          # Example 3: Complex multi-stack examples
β”‚Β Β  └── simple-lambda-apigateway# Single Lambda/API Gateway example
β”œβ”€β”€ cdk8s                       # Labs demonstrating Kubernetes infrastructure with cdk8s
β”‚Β Β  └── basic-app               # Example: Define Kubernetes manifests using code
β”œβ”€β”€ cloudformationtemplates     # All CloudFormation templates and solution guides
β”‚Β Β  β”œβ”€β”€ vpc                     # VPC and networking-related examples
β”‚Β Β  β”œβ”€β”€ lambda                  # Lambda function and serverless app examples
β”‚Β Β  └── etc.
β”œβ”€β”€ projects                    # Additional sample projects for node, Python, and serverless deployments
β”‚Β Β  β”œβ”€β”€ aws-node-project
β”‚Β Β  β”œβ”€β”€ lambda
β”‚Β Β  └── serverless
└── docs                        # Documentation, class slides, and additional resources

Each main folder is self-contained, with a README.md that offers context, instructions, and references to the relevant steps.

Key Components

AWS CDK

  • What it is: AWS CDK allows you to define cloud infrastructure in your favorite programming language and deploy it through AWS CloudFormation.
  • What You’ll Find: Multiple labs under cdk that showcase best practices for using AWS CDKβ€”ranging from basic stack creation to constructing multi-tier architectures.
  • Learn More: Each CDK lab provides a detailed guide on setting up, running, and testing your deployments.

cdk8s

  • What it is: cdk8s is an open-source framework that enables you to define Kubernetes applications and generate standard YAML manifests using familiar programming languages.
  • What You’ll Find: Under the cdk8s folder, you will see sample applications demonstrating how to create and manage Kubernetes resources programmatically.
  • Learn More: Each lab contains instructions and code samples that walk you through the process of container orchestration and deployment.

CloudFormation Templates and Guides

  • What they are: CloudFormation provides a proven way to model and provision AWS infrastructure using declarative templates.
  • What You’ll Find: The cloudformationtemplates folder contains a comprehensive collection of templates, from simple networking stacks to complex multi-service deployments. These templates are complemented by step-by-step guides.
  • Learn More: Our documentation includes usage instructions, parameter explanations, and best practices for organizing and deploying CloudFormation stacks.

Additional Services and Projects

  • Projects Folder: Explore sample projects that integrate various AWS services. Whether you prefer Node.js, Python, or serverless architectures, you will find hands-on samples that demonstrate real-world scenarios.
  • Documentation and Classes: The docs folder includes additional resources such as class slides, diagrams, and diagrams to supplement your learning.

Interview Questions

click here

How to Use This Repository

  1. Browse the Directory: Start by navigating to the directory that matches your interest (e.g., CDK labs, CloudFormation templates).
  2. Follow the Guides: Each sub-folder comes with its own README that provides the context, prerequisites, and step-by-step instructions.
  3. Run the Code: Clone the repository, set up your environment as per the guide, and run the sample labs.
  4. Experiment and Expand: Use these examples as a foundation to experiment with your own AWS services and configurations. Feedback and improvements are always welcome!

Contribution Guidelines

We welcome contributions from everyone! Whether you are adding new labs, improving existing documentation, or suggesting new service demos, your help is invaluable. To contribute:

  • Fork the Repository: Create your own branch for new features or fixes.
  • Follow the Coding Standards: Consistency is keyβ€”maintain the same directory structure and coding style used throughout the repo.
  • Document Your Changes: Update or add relevant documentation so users can understand your contribution.
  • Submit a Pull Request: Once you’re happy with your changes, submit a pull request with a clear description of your updates.
  • Open Issues: If you have questions or suggestions, feel free to open an issue to discuss improvements with the community.

Roadmap

Our roadmap is driven by community needs and the evolving AWS ecosystem:

  • Expand Service Labs: We plan to add more hands-on labs for additional AWS services.
  • Enhance Guides: Detailed best practices and troubleshooting sections are in the works.
  • Interactive Learning: Future updates may include interactive tutorials and video walkthroughs.
  • Community Collaboration: We encourage you to share your ideas and contribute to our growing ecosystem!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions, suggestions, or discussions, please reach out:

  • GitHub Issues: Use the repository’s issue tracker to report bugs or request new features.

Thank you for exploring the AWS Hands-On Labs Repository. Let’s build, learn, and innovate together on the cloud!