HJHemant jangirinhemantjangir.hashnode.dev·Mar 11, 2024 · 1 min read4.2 VPC Peering3 types:- same region (same account) different region (same account) different account (different accounts) same region (same account) :- one ec2 is in default vpc and another ec2 in manual vpc. Both instance in public subnet.00
HJHemant jangirinhemantjangir.hashnode.dev·Mar 11, 2024 · 3 min read4.1 Create VPC (manual)steps:- Create subnet IPV4-CIDR 192.168.0.0/16 192.168.0.0-192.168.255.255 CIDR of subnet network-1 192.168.1.0-192.168.1.255 192.168.1.0/24 network-2 192.168.2.0-192.168.2.255 192.168.2.0/24 network-3 192.168.3.0-192.168.3.255 192.168.3.0/24 n...00
HJHemant jangirinhemantjangir.hashnode.dev·Mar 11, 2024 · 3 min read4. VpcA VPC is a virtual network that you create in the cloud. It allows you to have your own private section of the internet, just like having your own network within a larger network. Within this VPC, you can create and manage various resources, such as ...00
HJHemant jangirinhemantjangir.hashnode.dev·Mar 11, 2024 · 2 min read2. Introduction to EC2:Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. Elastic(scalable), Compute(virtual server- cpu,ram,disk), Cloud (cloud compute instace) EC2 Instance Types General purpose - Ge...00
HJHemant jangirinhemantjangir.hashnode.dev·Mar 11, 2024 · 4 min read1.AWS Fundametal(cloud)what is cloud? In the context of computing, the term "cloud" usually refers to cloud computing or cloud services. Cloud computing is a technology that allows users to access and use computing resources (such as servers, storage, databases, networking...00