Integrating you Infrastructure Security Week 3 Flashcards
(10 cards)
Containers in the cloud are scalable and can be easily deployed.
True
Cloud service providers offer scalable solutions for container deployment.
Which services are part of Amazon’s IaaS offerings? Select all the answers that apply from the given options (two).
Amazon EC2
Amazon S3
Amazon EC2 and S3 are Infrastructure as a service offerings from Amazon. RDS is a PaaS service and Google App Engine is not an Amazon service.
Which service does AWS provide for container management?
ECS
Which cloud service model primarily focuses on delivering complete software applications over the internet?
SaaS
SaaS, or Software as a service, delivers complete software applications to users over the internet, typically through a subscription model.
Before accessing the container in AWS, it’s essential to ensure that the last status of the task is set to
RUNNING
A framework that delineates the responsibilities of cloud service providers and cloud users in terms of security, compliance, and management is called the
Shared Responsibility Model
Which of the following are advantages of containers over virtual machines (VMs)?
Low storage and resource requirements.
Fast initialization of instances.
Containers are known for quick initialization and efficient use of storage and resources. They don’t run as a separate guest OS and they cannot be fully isolated from the host OS like VMs.
What is the primary function of containers?
Package code and dependencies to run applications.
Which of the following are service models provided by cloud providers?
SaaS
laaS
PaaS
Cloud providers typically offer Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).
Regulations and standards in cloud computing only apply to cloud service providers, not to the users.
False