VPC (Virtual Private Cloud) is a logical data center or virtual data center in Cloud. Its provide an isolated section to host your machine. VPC is a collection of the region, IG, route table, ACL, security group, subnet, instances. You can add all the security matrix-like security groups, etc. VPC provide us a completely separate […]
Category: AWS
16. Lambda
AWS Lambdais a service that lets you run code without needing to provision or manage servers. AWS Lambda is compute service that let’s you run code without provisioning or managing servers. With AWS lambda, you can run code for virtually any type of application or back and service all with zero administration. AWS Lambda manages all […]
17. CloudWatch
Amazon CloudWatch is a monitoring and management service that provides data and actionable insights for AWS, hybrid, and on-premises applications and infrastructure resources. CloudWatch provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, and optimize resource utilization. CloudWatch collects monitoring and operational data in the form of logs, metrics, […]
4. EC2 Backup
Let alone protect it from unexpected data loss as a result of hardware failure, software corruption, accidental deletion, malicious attack, or an unpredictable disaster. More issues may arise still when it comes to managing AWS EC2 environments and protecting data stored in the cloud. In short, AWS EC2 backup instances, you should choose one of the […]
7. Autoscaling
What is Scaling? In cloud computing, scaling is the process of adding or removing compute, storage, and network services to meet the demands a workload makes for resources in order to maintain availability and performance as utilization increases. In simple words, as per our requirement increasing the capacity of anything is called scalability. Auto-scaling is […]
15. RDS
What is Data? In simple words data can be fats related to any object for example – your age, job, house number, contact number, name, place or some data related to you. What is Database? Database is systematic Collection of data database support storage and manipulation of data. For example Facebook telecom companies amazon.com What […]
6. Elastic Load Balancing
Elastic Load Balancing is the AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances. A load balancer acts as a single point of contact for all incoming web traffic to your Auto Scaling group. This means that as you add or remove Amazon EC2 instances in response to […]
5. Elastic Block Store
When you’re using Amazon EC2 to run your business applications, those applications need access to CPU, memory, network, and storage. EC2 instances give you access to all those different components, and right now, let’s focus on the storage access. As applications run, they will oftentimes need access to block-level storage. You can think of block-level […]