aws instance creation using terraform
resource "aws_instance" "myec2" {
ami = "<AMI-ID>"
instance_type = "t2.micro"
vpc_security_group_ids = ["SECURITY-GROUP-ID"]
key_name = "<KEY-NAME>"
subnet_id = "<SUBNET ID>"
iam_instance_profile = "<ROLE NAME>"
tags = {
Name = "<PUT THE NAME>"
}
}
Also in C++:
- regex final word
- linux remove last line from file
- In order to use the Auth::routes() method, please install the laravel/ui package.
- install tor on debian
- install windows service application on windows server
- killall by name
- aws ec2 "ubuntu" "sudo yum install nginx" "No package ngix available."
- install robo 3t ubuntu\
- how to get list of files in zip linux
- sed replace with variable
- github make new branch
- adb logcat unity
- p10k
- how to add a branch to a a git repo cli
- conda install pytorch
- take ownership directory linux
- linux find size of directory and subdirectories
- git revert to repo version
- git remote show origin
- unzip a .gz file in linux
- using centos 7 as haproxy 1.8
- VS github commit
- react circular progress bar
- Stack found this candidate but arguments dont match