Skip to main content

Posts

Showing posts with the label AWS EBS

AWS-VPC as Amazon Web Services - Virtual Private Cloud

Amazon Virtual Private Cloud (VPC)   allows the users to use AWS resources in a virtual network. The users can customize their virtual networking environment as they like, such as selecting own IP address range, creating subnets, and configuring route tables and network gateways. The list of AWS services that can be used with Amazon VPC are − Amazon EC2 Amazon Route 53 Amazon WorkSpaces Auto Scaling Elastic Load Balancing AWS Data Pipeline Elastic Beanstalk Amazon Elastic Cache Amazon EMR Amazon OpsWorks Amazon RDS Amazon Redshift How to Use Amazon VPC? Following are the steps to create VPC. Create VPC Step 1   − Open the Amazon VPC console by using the following link −   https://console.aws.amazon.com/vpc/ Step 2   − Select creating the VPC option on the right side of the navigation bar. Make sure that the same region is selected as for other services. Step 3   − Click the start VPC wizard opti...

What is AWS Lambda? How it works? Define AWS lambda Pricing

Cloud Computing Before proceeding with AWS Lambda, let’s first understand its domain, Cloud Computing, where AWS has originated from. Cloud Computing is simply a practice of using a network of remote servers hosted on the Internet to store, manage, and process data, rather than using a local server or a personal computer. But, why are we talking about AWS when there are numerous other Cloud Computing vendors? Here are some of the major players in the marketplace when it comes to Cloud Computing. If we talk of services, AWS Compute plays a major role while we work with AWS as it provides us secure and resizable computing capacity on the cloud. What is AWS Lambda? AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. The Lambda functions can perform any kind of computing task, ...