Module 4 Flashcards
Amazon Elastic Compute Cloud (Amazon EC2)
A web service that provides secure, resizable compute capacity in the cloud. Think of it as renting a computer in the cloud.
Amazon Simple Storage Service (Amazon S3)
A service provided by Amazon Web Services (AWS) that stores data for users in the cloud.
Domain Name System (DNS)
A naming system for computers, devices, and resources connected to a network.
Amazon Simple Storage Service (Amazon S3) bucket
A container of objects (such as images, audio files, video files, documents, and so on) in Amazon S3.
Policy
An object in AWS that, when associated with an identity or a resource, defines its permissions. AWS evaluates these policies when a principal entity (user or role) makes a request.
Domain name
A label that identifies a network of computers under centralized control.
Amazon Route 53
The AWS DNS web service.
Virtual private cloud (VPC)
A virtual network dedicated to your AWS account. It is logically isolated from other virtual networks in the AWS Cloud. All your AWS services can be launched from a VPC. It is useful for protecting your data and managing who can access your network.
JavaScript Object Notation (JSON)
A syntax for storing and exchanging data.
Dynamic website
A website that changes based on user interactions; often built using Python, JavaScript, PHP, or ASP with Hypertext Markup Language (HTML).
Static website
A website that does not change based on user interactions; typically built using HTML and Cascading Style Sheets (CSS).