Linux Tutorials on the topic “cloud”
How to create a VPC Peering between 2 VPCs on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0A VPC peering connection is a connection between two VPCs that enables you to route traffic between them. We can create a VPC peering connection between our VPCs, or with a VPC in another AWS account. The VPCs can also be in different regions.
Create an S3 Bucket on AWS using Terraform
Author: Rahul Shivalkar • Tags: cloud, linux, virtualization • Comments: 0Terraform is the "Infrastructure as Code (IaC)" tool. It is used to build, manage and change infrastructure in a safe and repeatable way. In this article, I will show you how to use Terraform to create an S3 bucket on AWS.
How to create an Amazon AWS EC2 Instance using Python Boto3
Author: Rahul Shivalkar • Tags: cloud, linux, programming, virtualization • Comments: 0In this article we will see how we can create an EC2 instance using Python Boto3. We will use the "create_instances" method to create an instance.