AWS provision Flashcards
How to interact with the AWS global infrastructure?
API call
Name three ways you can request API calls to AWS
AWS Management Console
AWS Command Line Interface
AWS SDK
AWS Management Console
The AWS Management Console is a web-based interface for accessing and managing AWS services. You can quickly access recently used services and search for other services by name, keyword, or acronym.
What is the drawback of AWS Management Console?
prone to human error
How to solve human error in AWS Management Console?
Use CLI because it is repetable
How to solve human error in AWS Management Console?
Use CLI because it is repetable + you can run it on scheldules
SDK
SDKs make it easier for you to use AWS services through an API designed for your programming language or platform.
AWS Elastic Beanstalk
deploy and scale web applications and services
Adjust capacity
Load balancing
Automatic scaling
Application health monitoring
manage your aws environment
aws cloud formation
Infrastructure as code (like terraform)
Use to create resources
There are templates to reuse -Define in YAML/JSON file (called templates)
Free to use, the user pays for the infra