Posts

AWS Blog Info - Content

                                                Content 1.Guide To Configure Amazon Web services-AWS Blog Info   2.What is Cloud Computing-AWS Blog Info 3.Introduction TO Amazon Web services-AWS Blog Info 4.Amazon web services -Basic Architecture-AWS Blog Info 5.Amazon web services Management Console-AWS Blog Info 6.Amazon web services Console mobile app-AWS Blog Info 7.How to create AWS Free Account-AWS Blog Info 8.Amazon EC2 (Elastic Compute Cloud)-Awsbloginfo 9.Auto Scaling-AWS Blog Info 10.Amazon WorkSpaces -AWS Blog Info 11.Amazon Web services(AWS) Lambda-Awsbloginfo 12.Amazon Virtual Private Cloud (VPC)-AWS Blog Info 13.Amazon Route 53-AWS Blog Info 14.AWS Direct Connect -Awsbloginfo 15.Amazon Elastic Block Store (EBS)-AWS Blog Info 16.Amazon S3 (Simple Storage Service)-AWS Blog Info 17.AWS Storage Gateway-AWS Blog Info 18.CloudFront(CDN)-AWS Blog Info 19.Amazon DynamoDB -AWS Blog Info 20.Amazon Redshift -AWS Blog Info 21.Amazon Kinesis -Awsbloginfo 22.Amazon Elastic MapReduce (E

Differences between horizontal scaling and vertical scaling - AWS Blog Info

Vertical scaling means scaling the compute power such as CPU, RAM to your existing machine while horizontal scaling means adding more machines to your server or database. Horizontal scaling means increasing the number of nodes, and distributing the tasks among different nodes

How will you access the data on EBS in AWS-AWS Blog Info

EBS stands for Elastic Block Store. It is a virtual disk in a cloud that creates the storage volume and attach it to the EC2 instances. It can run the databases as well as can store the files. All the files that it store can be mounted as a file system which can be accessed directly

What is the use of Amazon Transfer Acceleration Services-AWS Blog Info

An Amazon Transfer Acceleration Service is a service that enables fast and secure transfer of data between your client and S3 bucket

What is Amazon Kinesis Firehose - AWS Blog Info

An Amazon Kinesis Firehose is a web service used to deliver real-time streaming data to destinations such as Amazon Simple Storage Service, Amazon Redshift, etc

What is the use of lifecycle hooks in Autoscaling -AWS Blog Info

Lifecycle hooks perform custom actions by pausing instances when Autoscaling group launches or terminates an instance. When instance is paused, an instance moves in a wait state. By default, an instance remains in a wait state for 1 hour. For example, when you launch a new instance, lifecycle hooks pauses an instance. When you pause an instance, you can install a software on it or make sure that an instance is completely ready to receive the traffic.

How to connect EBS volume to multiple instances-AWS Blog Info

You cannot connect the EBS volume to multiple instances. But, you can connect multiple EBS volumes to a single instance