Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 4.14 KB

Generic AWS Services.md

File metadata and controls

77 lines (50 loc) · 4.14 KB

Generic AWS Services

  • You know how to create a VPC
  • You understand the concept of Subnets and know how to create one
  • You understand the concept of Security Groups, know how to create one and how to define its rules
  • You know what a NAT Gateway is (and how much it costs)
  • You know what a VPC Endpoint is and how to define it
  • You know how to create a NAT Gateway
  • You know how to create an EC2 instance
  • You know how to SSH into an EC2 instance using generated key pair
  • You know how to create an Application Load Balancer
  • You know how to attach a Security Group to an instance
  • You know how to create a new user
  • You know how to create a new role
  • You know how to create a policy documents and attach them to various IAM resources
  • You know how to configure a "switch role" method so the user from one account can log into another role from another account
  • You know how to create a KMS key and assign alias to it
  • You know how to create an SSM parameter and encrypt it with a KMS key
  • You know how to use SSM parameter in Lambda function
  • You know how to create a local profile using acquired key id and secret to access AWS resources

Contribution

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a pull request which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the Issues section.

Credits

This page is maintained by the 🔹 Flairs.ai and 🇵🇱 Apptension teams.

If you would like to create a dedicated Developer Handbook for your company, you can e-mail us 👉 contact@flairs.ai

License

MIT License

© 2020 Flairs Sp. z o.o.

Built and maintained by Flairs and Apptension.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.