introduction to AWS
What does AWS stand for?
Amazon Web Services
Currently the most popular cloud platform, with a huge collection of services.
introduction to AWS
In AWS, what are the three geographical scopes?
Different resources will be created in one of those scopes.
introduction to AWS
What do you receive for first time registration on AWS?
1-year free of basic resources
Some services are NOT included in the free tier.
Core AWS Services
What is the purpose of the IAM service in AWS?
to specify who or what can access which services and resources
Core AWS Services
How is access granted to services and resources using IAM?
Core AWS Services
When you first set up an AWS account, what is the default user created in AWS IAM?
ROOT user
ROOT user has unlimited privileges.
Core AWS Services
What is a best practice regarding the ROOT user in AWS?
Don’t use it.
Instead, create an admin user with less privileges to manage the whole account.
Core AWS Services
What are the different types of IAM users?
Core AWS Services
Give an example of an IAM system user.
A ‘jenkins’ system user is created and given permissions to deploy Docker containers on AWS.
Core AWS Services
What is the purpose of an IAM Group?
For granting access to multiple IAM users at once instead of trying to manage access individually
Core AWS Services
What is an IAM role?
A role is used to grant AWS services access to other AWS services.
Core AWS Services
How is an IAM role different from an IAM user?
Instead of being uniquely associated with one person, a
role is intended to be assumable by anyone who needs it
Core AWS Services
Can an IAM policy be assigned to AWS services?
No, not directly. They must be attached to an IAM role.
Core AWS Services
How do you grant AWS services access to other AWS services using IAM?
Core AWS Services
Explain how CSPs manage physical data centers.
Core AWS Services
Explain VPCs in AWS
Core AWS Services
Explain Subnets in AWS
How is communication allowed inside a VPC?
IP addresses
When you create a new resource, such as an EC2 instance, an IP address is assigned within a subnet’s default internal IP range
Core AWS Services
What is the purpose of an Internet Gateway in AWS?
Connect the VPC or its subnets to the internet
Core AWS Services
At a high level, how do you secure your resources in AWS?
Core AWS Services
What is the difference between a NACL and Security Group when it comes to access control?
Core AWS Services
What does CIDR stand for?
Classless Inter-Domain Routing
Defines a range of IP addresses.
Core AWS Services
What’s the easiest way to choose a CIDR block?
Use a subnet calculator
Core AWS Services
What is the relationship between a subnet and CIDR block?
When you create a subnet, you specify the IPv4 CIDR block for the subnet, which is a subset of the VPC CIDR block