book title by 2023

book title by 2023

Author:2023
Language: eng
Format: epub
ISBN: 9789355513793


access_key = "ACCESS_KEY"

secret_key = "SECRET_KEY"

region = "us-west-2"

}

resource "aws_instance" "web" {

ami = "ami-0c55b159cbfafe1f0"

instance_type = "t2.micro"

tags = {

Name = "Web Server"

}

user_data = <<EOF

#!/bin/bash

sudo apt-get update

sudo apt-get install -y apache2

EOF

security_groups = [ "web" ]

}

resource "aws_security_group" "web" {

name_prefix = "web"

ingress {

from_port = 80

to_port = 80

protocol = "tcp"

cidr_blocks = ["0.0.0.0/0"]



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.