ccl viva
ccl viva
o Spot: Purchase unused EC2 capacity at discounted rates but may be terminated
when capacity is needed elsewhere.
1. What is PaaS?
Platform as a Service provides a platform allowing customers to develop, run, and
manage applications without dealing with the underlying infrastructure.
5. Benefits of Beanstalk:
Auto-scaling, managed environment, easy deployment, integrated monitoring.
2. Supported databases:
Amazon RDS supports MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, and Amazon
Aurora.
5. SQL vs NoSQL:
3. S3 vs Glacier:
o S3: Frequent access, fast retrieval.
5. Data durability:
S3 provides 99.999999999% (11 9’s) durability by storing multiple copies across
availability zones.
5. What is GuardDuty?
A threat detection service that continuously monitors for malicious activity and
unauthorized behavior.
1. What is IAM?
Identity and Access Management is a service for securely controlling access to AWS
services and resources.
3. IAM policies:
JSON documents that define permissions (allow/deny) for actions on resources.
1. What is Docker?
Docker is a platform that uses OS-level virtualization to deliver software in packages
called containers.
3. Containerization vs Virtualization:
4. Role of Dockerfile:
It contains instructions to build a Docker image (e.g., base image, commands,
dependencies).
Experiment 9: Kubernetes
1. What is Kubernetes?
An open-source container orchestration platform to automate deployment, scaling, and
management of containerized apps.
2. Kubernetes architecture:
4. Features of Kubernetes:
Auto-scaling, rolling updates, service discovery, self-healing, storage orchestration.