aws-well-architected-labs | Hands on labs code to help you learn measure | Microservice library
kandi X-RAY | aws-well-architected-labs Summary
kandi X-RAY | aws-well-architected-labs Summary
The Well-Architected framework has been developed to help cloud architects build the most secure, high-performing, resilient, and efficient infrastructure possible for their applications. This framework provides a consistent approach for customers and partners to evaluate architectures, and provides guidance to help implement designs that will scale with your application needs over time. This repository contains documentation and code in the format of hands-on labs to help you learn, measure, and build using architectural best practices. The labs are categorized into levels, where 100 is introductory, 200/300 is intermediate and 400 is advanced.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Creates a new lens tab
- Handle GET request .
- Create a boto3 session .
- Generate a single record .
- Updates a workload .
- Creates a new workload .
- Entry point for the command line interface .
- Handler for Lambda functions
- List all AWS Lambda accounts .
- Get the description of an ImprovementPlan .
aws-well-architected-labs Key Features
aws-well-architected-labs Examples and Code Snippets
Community Discussions
Trending Discussions on aws-well-architected-labs
QUESTION
I am going through the AWS well-architected labs guides and am on the automated deployment of the VPC (https://www.wellarchitectedlabs.com/Security/200_Automated_Deployment_of_VPC/Lab_Guide.html).
The instructions are pretty straight forward and I upload the template provided (tried both the one linked directly in the instructions and the one from their git repo I found here https://github.com/awslabs/aws-well-architected-labs/blob/master/Security/200_Automated_Deployment_of_VPC/Code/vpc-alb-app-db.yaml). But when it runs, I keep getting failure messages. These errors saying unable to spin up things in us-west-1c:
And this for the VPC:
I am logged in with an IAM user that had admin access and tried cleaning up the yaml as there was some duplicate fields I found, but nothing worked. Is it just that my account can't create anything in us-west-1c because it is overloaded or something, or is it some other issue?
Thanks for any help in advance!
...ANSWER
Answered 2020-May-27 at 20:14The answer is in the picture: CloudFormation could not create ALB1Subnet3
because the availability zone us-west-1c
doesn't exist. When anything in a new stack fails, the entire stack is rolled back.
As described here, you can get the list of availability zones for a region with the CLI:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aws-well-architected-labs
You can use aws-well-architected-labs like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page