Month: August 2021

Amazon CloudWatch and AWS CloudTrail

Amazon CloudWatch Amazon CloudWatch is a service that you can use to monitor your AWS resources and your applications in real time. With Amazon CloudWatch Metrics: Collect and track key metrics Logs: Collect, monitor, analyze and store log files Events: Send notifications when certain events happen in your AWS Alarms: React in real-time to metrics […]

AWS Identity and Access Management (IAM)

AWS Identity and Access Management (IAM) AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely. Using IAM, you can create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources IAM is used to control Identity – who can […]

Amazon Simple Storage Service (S3)

Amazon Simple Storage Service – Introduction Amazon Amazon Simple Storage Service is a service offered by Amazon Web Services that provides object storage in AWS which can be access through a web service interface Amazon S3 provides developers and IT teams with secure, durable, and highly-scalable cloud storage. Amazon S3 is easy-to-use object storage with a […]

AWS VPC FAQs

What is Amazon VPC? The Amazon Virtual Private Cloud (Amazon VPC) is a custom-defined virtual network within the AWS Cloud. You can provision your own logically isolated section of AWS, similar to designing and implementing a separate independent network that would operate in an on-premises data center. It is the networking layer for Amazon Amazon […]

VPC Quiz Questions

What is the minimum size subnet that you can have in an Amazon VPC? A. /24 B. /26 C. /28 D. /30 What properties of an Amazon VPC must be specified at the time of creation? (Choose 2 answers) A. The CIDR block representing the IP address range B. One or more subnets for the […]

VPC Exercises

How to Create a Custom VPC and its Subnets Launch one Ec2 Instance in the Custom VPC and connect it from your local.

Amazon Virtual Public Cloud (VPC)

AWS Virtual Private Cloud (VPC) Is a virtual network or data center inside AWS for one client, or a department in an enterprise A VPC is a set of contained subnets with a common CIDR block (up to a /16 netmask) running in a single geographic area (Region) across multiple data centers (Availability Zones). The […]

AWS EBS Exercises

How can I attach a new EBS volume to a running Amazon EC2 Windows instance Login to AWS Console Create an Windows EC2 instance or you can use an existing EC2 instance. Go to left panel of the EC2 AWS Console and select the “Elastic Block Store-> Volumes” Option Create the volume and select the parameters […]

AWS EBS FAQs

What is Amazon Elastic Block Store (EBS) Service. Amazon Elastic Block Store (Amazon EBS) is a block level storage volumes for EC2 instances. Its like a hard drive to the EC2 Instance. You can mount multiple EBS volumes to your instances. Why EBS is used. Amazon Elastic Block Store (Amazon EBS) is used as a […]

EBS Quiz Questions

1.Which of the following are true of instance stores? (Choose 2 answers) A. Automatic backups B. Data is lost when the instance stops. C. Very high IOPS D. Charge is based on the total amount of storage provisioned. 2. Which of the following are features of Amazon Elastic Block Store (Amazon EBS)? (Choose 2 answers) […]

Scroll to top