AWS Services Flashcards
Review and Identify the Purpose of Each Amazon Web Service
Purpose of the I AM Service in AWS
- To create a user(s) and/or group(s)
- To establish permissions to either a user (s) and/or group(s)
- To establish permissions to an AWS via role creation
Roles have no need for passwords or creditentials
What service allows you to send notifications to the users of your applications via mobile push notifications, emails and/or text messages?
SNS
What services does CloudTrail provide?
It creates logs and audits that assess the performance of the server and monitors account resources
What service allows for an easy set up of, operation of and scale of a relational or structural database in the AWS cloud?
RDS
Relational Database Service
What function does CloudWatch have in AWS?
It’s a services that monitors resources and apps that run on AWS by collecting data in the form of logs, metrics and events
What service allows the user to execute code without the need for launching or managing a server or instance?
AWS Lambda
What service provides a NoSQL database(s) that is designed to handle large volumes of structured, semi-structured, and unstructured data, offering flexible schema designs and horizontal scalability.
NoSQL (short for “not only SQL”)
DynamoDB
How does ECR differ from ECS?
In simple terms, ECR is used to store container images (image repository), while ECS is used to run and manage those containerized applications.
What is the purpose of using Route 53?
- Mainly to manage traffic to a domain
- Domain registration
- Monitoring/health checks for apps and web resources
Please explain the function of the Simple Storage Service in AWS
- Object storage for data in the cloud; stored in buckets
- Can be used to host static websites and web applications
What service can be used to host simple websites and/or single page applications?
S3 Bucket
Which AWS service provides virtural networks the user account itself, EC2 instances and other services w/in AWS?
VPC
Virtual Private Cloud
What function does the EBS service serve?
- Harddrive based storage
- Will store data after instance is terminated
- Stores in volumes
- Allows for incremental back up of volues via snapshots
What is the difference from the EC2 service and the Lightsail service?
EC2 and lightsail are similar, but EC2 is based on elasticity, which means the number of servers can be increased or decreased based on needs of the user. It’s more elastic, more scalable and flexible. It’s has multipurpose instances.
Name the services that are involved in creating a CI/CD pipeline
- CodeCommit
- CodeBuild
- CodeDeploy
- CodePipeline
- CodeArtifact
- CodeStar
Additional possible services involved: - S3 Bucket
- EC2
- ECR
- ECS