AWS provision Flashcards

1
Q

How to interact with the AWS global infrastructure?

A

API call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name three ways you can request API calls to AWS

A

AWS Management Console
AWS Command Line Interface
AWS SDK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

AWS Management Console

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the drawback of AWS Management Console?

A

prone to human error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to solve human error in AWS Management Console?

A

Use CLI because it is repetable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to solve human error in AWS Management Console?

A

Use CLI because it is repetable + you can run it on scheldules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SDK

A

SDKs make it easier for you to use AWS services through an API designed for your programming language or platform.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AWS Elastic Beanstalk

A

deploy and scale web applications and services
Adjust capacity
Load balancing
Automatic scaling
Application health monitoring

manage your aws environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

aws cloud formation

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly