Technology Flashcards
What is Elastic Beanstalk?
A high level deployment tool that helps you get an app from your desktop to the web in a matter of minutes.
What is AWS CloudFormation?
A service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS.
What is AWS OpsWorks?
A configuration management service that helps you configure and operate applications in the cloud.
What is AWS CodeCommit?
A fully managed source control service that makes it easy for companies to host secure and highly scalable private git repositories.
What is AWS CodePipeline?
A continuous integration and continuous delivery service for fast and reliable application infrastructure updates. It builds tests and deploys your code every time there is a code change.
What is AWS CodeDeploy?
A service that automates code deployments to any instance, including EC2 instances and instances running on premise.
What is ECS?
A highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of EC2 instances.
What is EC2?
A web service that provides secure, resizable and compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers.
What is S3?
S3 is object storage built to store and retrieve any amounts of data from anywhere - web sites and mobile apps, corporate applications, and data from IoT sensors or devices.
What is S3 Standard?
A general purpose storage of frequently accessed data. Delivers low latency and high throughput, perfect for a variety of use cases. There is no retrieval fee, minimum object size or minimum storage duration.
What is S3 Glacier?
Designed for long-term archive. Secure, durable, and extremely low-cost storage service for data archiving.
What is RDS?
Relational Database Service makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficiency and resizable capacity while helping with hardware provisioning, database setup, patching, and backups.
What is AWS Lambda?
Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration.
What is Route 53?
A highly available and scalable cloud DNS web service.
What is SNS?
Simple Notification Service is a Pub/Sub messaging and mobile notifications for microservices, distributed systems and serverless applications.