Zen

Translation

English type: delimited block -
NAME='instance1' SSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs` IMAGE='ami-xxx' # the AMI ID found on the download page DISK='20' # the size of the hard disk REGION='us-east-1' # the target region TYPE='m5.large' # the instance type SUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets` SECURITY_GROUPS='sg-xx' # the security group `aws ec2 describe-security-groups` USERDATA='/path/to/config.ign' # path to your Ignition config aws ec2 run-instances \ --region $REGION \ --image-id $IMAGE \ --instance-type $TYPE \ --key-name $SSHKEY \ --subnet-id $SUBNET \ --security-group-ids $SECURITY_GROUPS \ --user-data "file://${USERDATA}" \ --tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]" \ --block-device-mappings "VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}"
English Spanish Actions
 
 
 
 
 
 
 
 
 

Loading…

User avatar None

String added in the repository

4 months ago
User avatar None

Source string changed

4 months ago
Browse all string changes

Things to check

Mismatching line breaks 1

Number of new lines in translation does not match source

Reset

Placeholders 2

The following format strings are missing: `aws iam list-instance-profiles`

Reset

Glossary

English Spanish
No related strings found in the glossary.

18581285 String information

Source string description
type: delimited block -
Flags
no-wrap, placeholders:r"`[\w.\/\-_=@&*:$●+~()\] ]*`"
Source string location
pages/provisioning-aws.adoc:168
String age
4 months ago
Last updated
4 months ago
Source string age
4 months ago
Translation file
po/es/master/pages/provisioning-aws.po, string 43