Home
Add Document
Sign In
Register
Vpc Using Tf
Home
Vpc Using Tf
vpc using tfFull description...
Author:
Ankit Patel
7 downloads
176 Views
24KB Size
Report
DOWNLOAD .PDF
Recommend Documents
VPC
Amazon VPC configFull description
Vpc Lab Public
vpc labFull description
Tf Planeamiento
Trabajo Final Planeamiento Estrategico UPC
TF-EXOE
ExoeDescripción completa
TF 80
TF Etica
UPC 2016 Ética y Responsabilidad SocialDescripción completa
LP TF
LP TFDeskripsi lengkap
Tf _ Blockbuster
Descripción completa
TF Introduction
Introduction to TensorFlow for DeepLearningFull description
TF Admin
TF Admin
Tf Medifarma
Cadena de suministros medifarmaDescripción completa
LP TF
lapora khasus demam tifoidDeskripsi lengkap
Whitepaper Agile RRBT+TF
RMK SAP 13 tf
akl sap 13Full description
Therapy TF-CBT Workbook
Full description
Curso TF Pemex Dowell
perforación de pozosDescripción completa
TF Termotehnika Skripta
Skripta iz predmeta Termotehnika
TF Victor Tomo 2
Datos tecnicos de motores
Therapy TF-CBT Workbook
Description complète
Tf - Construciones Sustentables Final
FyiDescripción completa
Contoh judul skripsi TF
TF Accidentes II (3)
Descripción completa
TUBEX TF Technical Leaflet
TUBEX TF
Tf Software Download
TF Software download
# creating a new vpc with dns resolution support resource "aws_vpc" "vpc_guilherme" { cidr_block = "10.0.0.0/16" enable_dns_support = true enable_dns_hostnames = true tags = { ame = "!uilherme $" %uild&ith = "terra'orm" ( ( # adding public subnet resource "aws_subnet" "public_subnet" { vpc_id = "){ aws_vpc.vpc_guilherme.id (" cidr_block = "10.0.1.0/*+" map_public_ip_on_launch = true availabilit,_-one = "useast*a" tags = { ame = "ublic ubnet" %uild&ith = "terra'orm" ( ( # adding private subnet resource "aws_subnet" "private_subnet" { vpc_id = "){ aws_vpc.vpc_guilherme.id (" cidr_block = "10.0.*.0/*+" availabilit,_-one = "useast*a" tags = { ame = "rivate ubnet" %uild&ith = "terra'orm" ( ( # adding internet gatewa, 'or eternal communication resource "aws_internet_gatewa," "internet_gatewa," { vpc_id = "){ aws_vpc.vpc_guilherme.id (" tags = { ame = "nternet !atewa," %uild&ith = "terra'orm" ( ( # create eternal route to !& resource "aws_route" "eternal_route" { route_table_id = "){ aws_vpc.vpc_guilherme.main_ aws_vpc.vpc_guilherme.main_route_table_id route_table_id (" destination_cidr_block = "0.0.0.0/0" gatewa,_id = "){ aws_internet_gatewa,.intern aws_internet_gatewa,.internet_gatewa,.id et_gatewa,.id (" ( # adding an elastic resource "aws_eip" "elastic_ip" { vpc = true depends_on = 2"aws_internet_gatewa,.in 2"aws_internet_gatewa,.internet_gatewa,"3 ternet_gatewa,"3 (
# creating the 45 gatewa, resource "aws_nat_gatewa," "nat" { allocation_id = "){ aws_eip.elastic_ip.id (" subnet_id = "){ aws_subnet.public_subnet.id (" depends_on = 2"aws_internet_gatewa,.internet_gatewa,"3 ( # creating private route table resource "aws_route_table" "private_route_table" { vpc_id = "){ aws_vpc.vpc_guilherme.id (" tags { ame = "rivate ubnet oute 5able" %uild&ith = "terra'orm" ( ( # adding private route table to nat resource "aws_route" "private_route" { route_table_id = "){ aws_route_table.private_route_table.id (" destination_cidr_block = "0.0.0.0/0" nat_gatewa,_id = "){ aws_nat_gatewa,.nat.id (" ( # associate subnet public to public route table resource "aws_route_table_association" "public_subnet_association" { subnet_id = "){ aws_subnet.public_subnet.id (" route_table_id = "){ aws_vpc.vpc_guilherme.main_route_table_id (" ( # associate subnet private subnet to private route table resource "aws_route_table_association" "private_subnet_association" { subnet_id = "){ aws_subnet.private_subnet.id (" route_table_id = "){ aws_route_table.private_route_table.id (" (
×
Report "Vpc Using Tf"
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
×
Sign In
Email
Password
Remember me
Forgot password?
Sign In
Our partners will collect data and use cookies for ad personalization and measurement.
Learn how we and our ad partner Google, collect and use data
.
Agree & close