際際滷

際際滷Share a Scribd company logo
VPC Security
n|u - The Open security community
Chennai Meet
Presenter : Vinoth Kumar
Date : 17/02/2018
# About Me
Application security engineer.
Blogger @ http://www.tutorgeeks.net
Email @ vinothpkumar333@gmail.com
Tweet @vinothpkumar
Topics covered
 Introduction to VPC.
 VPC Creation.
 Subnets, Route tables, IGW, Elastic IP, NAT Gateways
 Security Components in VPC
 Security Groups
 Network ACLs
 Flow Logs
 Mitigating DDOS
 VPC Peering
 VPC Cleanup
Introduction to VPC
Amazon VPC enables you to launch AWS resources into a virtual network that you've defined. This virtual network
closely resembles a traditional network that you'd operate in your own data center, with the benefits of using the
scalable infrastructure of AWS.
A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. It is logically isolated from other
virtual networks in the AWS Cloud. You can launch your AWS resources, such as Amazon EC2 instances, into your
VPC. You can configure your VPC by modifying its IP address range, create subnets, and configure route tables,
network gateways, and security settings.
VPC Creation
VPC Sample Network
Security components in VPC
Amazon VPC provides features that you can use to increase and monitor the security for your VPC:
 Security groups  Act as a firewall for associated Amazon EC2 instances, controlling both
inbound and outbound traffic at the instance level
 Network access control lists (ACLs)  Act as a firewall for associated subnets, controlling both
inbound and outbound traffic at the subnet level
 Flow logs  Capture information about the IP traffic going to and from network interfaces in
your VPC
Source : https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html
VPC Architecture with Network ACLs and SG
 Comparison of SG and Network ACLs
 Use Cases for SG and Network ACLs
Source: https://docs.aws.amazon.com/AmazonVPC/latest/
UserGuide/VPC_Security.html#VPC_Security_Comparison
Security Groups - Associated with Instances
 A security group acts as a virtual firewall for your instance to control inbound and outbound traffic.
 For each security group, you add rules that control the inbound traffic to instances, and a separate set of rules
that control the outbound traffic. Deny All and Allow Some approach.
 Security groups are stateful.
 When you launch an instance in a VPC, you can assign up to five security groups to the instance. Security
groups act at the instance level, not the subnet level. Therefore, each instance in a subnet in your VPC could
be assigned to a different set of security groups.
 You can specify allow rules, but not deny rules.
Source: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
Network ACLs - Associated with Subnets
 Network access control list (ACL) is a security layer for your VPC that acts as a firewall for controlling traffic
in and out of one or more subnets. NACLs is stateless
 When you add or remove rules from a network ACL, the changes are automatically applied to the subnets
 Your VPC automatically comes with a modifiable default network ACL. By default, it allows all inbound and
outbound IPv4 traffic.
 You can create a custom network ACL and associate it with a subnet. By default, each custom network ACL
denies all inbound and outbound traffic until you add rules.
 Each subnet in your VPC must be associated with a network ACL. If you don't explicitly associate a subnet
with a network ACL, the subnet is automatically associated with the default network ACL.
Source: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
Flow Logs
 VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from
network interfaces in your VPC
 Flow log data is stored using Amazon CloudWatch Logs. After you've created a flow log, you can view and
retrieve its data in Amazon CloudWatch Logs.
 Flow logs can help you with a number of tasks; for example, to troubleshoot why specific traffic is not
reaching an instance, which in turn can help you diagnose overly restrictive security group rules. You can also
use flow logs as a security tool to monitor the traffic that is reaching your instance.
Source: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html
Mitigating DDOS
 Have provisions to scale as traffic surges. Helps both business run and during DDOS attack.
 ELB, Autoscaling.
 Minimize the attack surface area - Have decoupled infrastructure.
 Avoid running multiple services in a single server. Application and DB server in different instance
 Know what is normal and Abnormal
 Define key metrics to understand the behaviour ( Cloudwatch ). Huge traffic at 2am is something
unusual.
 Create a plan for Attacks
 Check IP, Geolocation, Nature of the attack, Can SG or Network ACLs help in this case.
VPC Peering
 A VPC peering connection is a networking connection between two VPCs that enables you to route traffic
between them using private IPv4 addresses or IPv6 addresses.
 Instances in either VPC can communicate with each other as if they are within the same network. You can
create a VPC peering connection between your own VPCs, or with a VPC in another AWS account
 No transitive peering
Source : https://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/Welcome.html
VPC Cleanup
Deleting created Subnets, SG, NACLs, IGW, Route Tables, NIC and VPC Peering
connections.
Resources
 https://aws.amazon.com/documentation/vpc/
 Udemy courses
 Author - Zeal Vora
 AWS Cloud practitioner
 AWS-Certified-Security-Specialty
Tha
Ad

Recommended

Security Best Practices: AWS AWSome Day Management Track
Security Best Practices: AWS AWSome Day Management Track
Ian Massingham
AWS襯 , 覈覦, 襴貅伎 蟲豢 覦覯
AWS襯 , 覈覦, 襴貅伎 蟲豢 覦覯
Amazon Web Services Korea
AWS Multiple Account Management
AWS Multiple Account Management
Yihui Xu
Serverless Summit 21 - Resilient serverless architecture on AWS
Serverless Summit 21 - Resilient serverless architecture on AWS
Lee Gilmore
AWS Innovate 2016: Build Mobile Apps using AWS SDKs and Mobile Hub- Oliver Klein
AWS Innovate 2016: Build Mobile Apps using AWS SDKs and Mobile Hub- Oliver Klein
Amazon Web Services Korea
AWS AWSome Day Roadshow Intro
AWS AWSome Day Roadshow Intro
Ian Massingham
Getting started with AWS Lambda and the Serverless Cloud
Getting started with AWS Lambda and the Serverless Cloud
Ian Massingham
AWS VPC Fundamental
AWS VPC Fundamental
Piyush Agrawal
Amazon Virtual Private Cloud (VPC)
Amazon Virtual Private Cloud (VPC)
Tejoy Vachhrajani
Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2
AWS Riyadh User Group
Amazon Virtual Private Cloud Presented by Techserverglobal
Amazon Virtual Private Cloud Presented by Techserverglobal
HarpalGohil4
Aws VPC
Aws VPC
Abhishek Amralkar
Virtual Private Cloud(subnet,routetable).pptx
Virtual Private Cloud(subnet,routetable).pptx
ibrahimkn04
AWS virtual private clould
AWS virtual private clould
Megha Sahu
Demystify aws networking create your virtual network on aws
Demystify aws networking create your virtual network on aws
JayDobariya6
AWS network services
AWS network services
Nagesh Ramamoorthy
Criando o seu datacenter virtual vpc e conectividade
Criando o seu datacenter virtual vpc e conectividade
Amazon Web Services LATAM
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless Applications
Chris Munns
AWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan Naydenov
Bogdan Naydenov
Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016
AWSBulgaria
Introduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best Practices
Gary Silverman
Amazon virtual private cloud (vpc)
Amazon virtual private cloud (vpc)
Ki Sung Bae
Vpc (virtual private cloud)
Vpc (virtual private cloud)
RashmiDhanve
Windsor AWS UG Virtual Private Cloud
Windsor AWS UG Virtual Private Cloud
Goran Karmisevic
Creating Your Virtual Data Center
Creating Your Virtual Data Center
Monica Trantow
Virtual private cloud fundamentals
Virtual private cloud fundamentals
Sai Viswanath
Welcome to amazon web services setup aws vpc
Welcome to amazon web services setup aws vpc
Joseph Holbrook, Chief Learning Officer (CLO)
Amazon Network Security
Amazon Network Security
chandrasen Reddy
G suite misconfigurations- Null meet, Chennai
G suite misconfigurations- Null meet, Chennai
vinoth kumar
Github security bug bounty hunting
Github security bug bounty hunting
vinoth kumar

More Related Content

Similar to Securing your vpc in aws (20)

Amazon Virtual Private Cloud (VPC)
Amazon Virtual Private Cloud (VPC)
Tejoy Vachhrajani
Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2
AWS Riyadh User Group
Amazon Virtual Private Cloud Presented by Techserverglobal
Amazon Virtual Private Cloud Presented by Techserverglobal
HarpalGohil4
Aws VPC
Aws VPC
Abhishek Amralkar
Virtual Private Cloud(subnet,routetable).pptx
Virtual Private Cloud(subnet,routetable).pptx
ibrahimkn04
AWS virtual private clould
AWS virtual private clould
Megha Sahu
Demystify aws networking create your virtual network on aws
Demystify aws networking create your virtual network on aws
JayDobariya6
AWS network services
AWS network services
Nagesh Ramamoorthy
Criando o seu datacenter virtual vpc e conectividade
Criando o seu datacenter virtual vpc e conectividade
Amazon Web Services LATAM
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless Applications
Chris Munns
AWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan Naydenov
Bogdan Naydenov
Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016
AWSBulgaria
Introduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best Practices
Gary Silverman
Amazon virtual private cloud (vpc)
Amazon virtual private cloud (vpc)
Ki Sung Bae
Vpc (virtual private cloud)
Vpc (virtual private cloud)
RashmiDhanve
Windsor AWS UG Virtual Private Cloud
Windsor AWS UG Virtual Private Cloud
Goran Karmisevic
Creating Your Virtual Data Center
Creating Your Virtual Data Center
Monica Trantow
Virtual private cloud fundamentals
Virtual private cloud fundamentals
Sai Viswanath
Welcome to amazon web services setup aws vpc
Welcome to amazon web services setup aws vpc
Joseph Holbrook, Chief Learning Officer (CLO)
Amazon Network Security
Amazon Network Security
chandrasen Reddy
Amazon Virtual Private Cloud (VPC)
Amazon Virtual Private Cloud (VPC)
Tejoy Vachhrajani
Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2
AWS Riyadh User Group
Amazon Virtual Private Cloud Presented by Techserverglobal
Amazon Virtual Private Cloud Presented by Techserverglobal
HarpalGohil4
Virtual Private Cloud(subnet,routetable).pptx
Virtual Private Cloud(subnet,routetable).pptx
ibrahimkn04
AWS virtual private clould
AWS virtual private clould
Megha Sahu
Demystify aws networking create your virtual network on aws
Demystify aws networking create your virtual network on aws
JayDobariya6
Criando o seu datacenter virtual vpc e conectividade
Criando o seu datacenter virtual vpc e conectividade
Amazon Web Services LATAM
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless Applications
Chris Munns
AWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan Naydenov
Bogdan Naydenov
Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016
AWSBulgaria
Introduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best Practices
Gary Silverman
Amazon virtual private cloud (vpc)
Amazon virtual private cloud (vpc)
Ki Sung Bae
Vpc (virtual private cloud)
Vpc (virtual private cloud)
RashmiDhanve
Windsor AWS UG Virtual Private Cloud
Windsor AWS UG Virtual Private Cloud
Goran Karmisevic
Creating Your Virtual Data Center
Creating Your Virtual Data Center
Monica Trantow
Virtual private cloud fundamentals
Virtual private cloud fundamentals
Sai Viswanath
Amazon Network Security
Amazon Network Security
chandrasen Reddy

More from vinoth kumar (7)

G suite misconfigurations- Null meet, Chennai
G suite misconfigurations- Null meet, Chennai
vinoth kumar
Github security bug bounty hunting
Github security bug bounty hunting
vinoth kumar
Oauth 2.0 security
Oauth 2.0 security
vinoth kumar
Yet another talk on bug bounty
Yet another talk on bug bounty
vinoth kumar
API Security - Null meet
API Security - Null meet
vinoth kumar
AWS security - NULL meet chennai
AWS security - NULL meet chennai
vinoth kumar
Introduction to Bigdata and HADOOP
Introduction to Bigdata and HADOOP
vinoth kumar
G suite misconfigurations- Null meet, Chennai
G suite misconfigurations- Null meet, Chennai
vinoth kumar
Github security bug bounty hunting
Github security bug bounty hunting
vinoth kumar
Oauth 2.0 security
Oauth 2.0 security
vinoth kumar
Yet another talk on bug bounty
Yet another talk on bug bounty
vinoth kumar
API Security - Null meet
API Security - Null meet
vinoth kumar
AWS security - NULL meet chennai
AWS security - NULL meet chennai
vinoth kumar
Introduction to Bigdata and HADOOP
Introduction to Bigdata and HADOOP
vinoth kumar
Ad

Recently uploaded (20)

How payment terms are configured in Odoo 18
How payment terms are configured in Odoo 18
Celine George
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
LDMMIA Shop & Student News Summer Solstice 25
LDMMIA Shop & Student News Summer Solstice 25
LDM & Mia eStudios
Romanticism in Love and Sacrifice An Analysis of Oscar Wildes The Nightingal...
Romanticism in Love and Sacrifice An Analysis of Oscar Wildes The Nightingal...
KaryanaTantri21
Aprendendo Arquitetura Framework Salesforce - Dia 02
Aprendendo Arquitetura Framework Salesforce - Dia 02
Mauricio Alexandre Silva
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
List View Components in Odoo 18 - Odoo 際際滷s
List View Components in Odoo 18 - Odoo 際際滷s
Celine George
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Chalukyas of Gujrat, Solanki Dynasty NEP.pptx
Dr. Ravi Shankar Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
Mayvel Nadal
Photo chemistry Power Point Presentation
Photo chemistry Power Point Presentation
mprpgcwa2024
Values Education 10 Quarter 1 Module .pptx
Values Education 10 Quarter 1 Module .pptx
JBPafin
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
How payment terms are configured in Odoo 18
How payment terms are configured in Odoo 18
Celine George
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
LDMMIA Shop & Student News Summer Solstice 25
LDMMIA Shop & Student News Summer Solstice 25
LDM & Mia eStudios
Romanticism in Love and Sacrifice An Analysis of Oscar Wildes The Nightingal...
Romanticism in Love and Sacrifice An Analysis of Oscar Wildes The Nightingal...
KaryanaTantri21
Aprendendo Arquitetura Framework Salesforce - Dia 02
Aprendendo Arquitetura Framework Salesforce - Dia 02
Mauricio Alexandre Silva
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
List View Components in Odoo 18 - Odoo 際際滷s
List View Components in Odoo 18 - Odoo 際際滷s
Celine George
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
Mayvel Nadal
Photo chemistry Power Point Presentation
Photo chemistry Power Point Presentation
mprpgcwa2024
Values Education 10 Quarter 1 Module .pptx
Values Education 10 Quarter 1 Module .pptx
JBPafin
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
Ad

Securing your vpc in aws

  • 1. VPC Security n|u - The Open security community Chennai Meet Presenter : Vinoth Kumar Date : 17/02/2018
  • 2. # About Me Application security engineer. Blogger @ http://www.tutorgeeks.net Email @ vinothpkumar333@gmail.com Tweet @vinothpkumar
  • 3. Topics covered Introduction to VPC. VPC Creation. Subnets, Route tables, IGW, Elastic IP, NAT Gateways Security Components in VPC Security Groups Network ACLs Flow Logs Mitigating DDOS VPC Peering VPC Cleanup
  • 4. Introduction to VPC Amazon VPC enables you to launch AWS resources into a virtual network that you've defined. This virtual network closely resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS. A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. It is logically isolated from other virtual networks in the AWS Cloud. You can launch your AWS resources, such as Amazon EC2 instances, into your VPC. You can configure your VPC by modifying its IP address range, create subnets, and configure route tables, network gateways, and security settings.
  • 7. Security components in VPC Amazon VPC provides features that you can use to increase and monitor the security for your VPC: Security groups Act as a firewall for associated Amazon EC2 instances, controlling both inbound and outbound traffic at the instance level Network access control lists (ACLs) Act as a firewall for associated subnets, controlling both inbound and outbound traffic at the subnet level Flow logs Capture information about the IP traffic going to and from network interfaces in your VPC Source : https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html
  • 8. VPC Architecture with Network ACLs and SG Comparison of SG and Network ACLs Use Cases for SG and Network ACLs Source: https://docs.aws.amazon.com/AmazonVPC/latest/ UserGuide/VPC_Security.html#VPC_Security_Comparison
  • 9. Security Groups - Associated with Instances A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For each security group, you add rules that control the inbound traffic to instances, and a separate set of rules that control the outbound traffic. Deny All and Allow Some approach. Security groups are stateful. When you launch an instance in a VPC, you can assign up to five security groups to the instance. Security groups act at the instance level, not the subnet level. Therefore, each instance in a subnet in your VPC could be assigned to a different set of security groups. You can specify allow rules, but not deny rules. Source: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
  • 10. Network ACLs - Associated with Subnets Network access control list (ACL) is a security layer for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets. NACLs is stateless When you add or remove rules from a network ACL, the changes are automatically applied to the subnets Your VPC automatically comes with a modifiable default network ACL. By default, it allows all inbound and outbound IPv4 traffic. You can create a custom network ACL and associate it with a subnet. By default, each custom network ACL denies all inbound and outbound traffic until you add rules. Each subnet in your VPC must be associated with a network ACL. If you don't explicitly associate a subnet with a network ACL, the subnet is automatically associated with the default network ACL. Source: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
  • 11. Flow Logs VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC Flow log data is stored using Amazon CloudWatch Logs. After you've created a flow log, you can view and retrieve its data in Amazon CloudWatch Logs. Flow logs can help you with a number of tasks; for example, to troubleshoot why specific traffic is not reaching an instance, which in turn can help you diagnose overly restrictive security group rules. You can also use flow logs as a security tool to monitor the traffic that is reaching your instance. Source: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html
  • 12. Mitigating DDOS Have provisions to scale as traffic surges. Helps both business run and during DDOS attack. ELB, Autoscaling. Minimize the attack surface area - Have decoupled infrastructure. Avoid running multiple services in a single server. Application and DB server in different instance Know what is normal and Abnormal Define key metrics to understand the behaviour ( Cloudwatch ). Huge traffic at 2am is something unusual. Create a plan for Attacks Check IP, Geolocation, Nature of the attack, Can SG or Network ACLs help in this case.
  • 13. VPC Peering A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses. Instances in either VPC can communicate with each other as if they are within the same network. You can create a VPC peering connection between your own VPCs, or with a VPC in another AWS account No transitive peering Source : https://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/Welcome.html
  • 14. VPC Cleanup Deleting created Subnets, SG, NACLs, IGW, Route Tables, NIC and VPC Peering connections.
  • 15. Resources https://aws.amazon.com/documentation/vpc/ Udemy courses Author - Zeal Vora AWS Cloud practitioner AWS-Certified-Security-Specialty
  • 16. Tha