-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathec2_ebs_gs_metadata.yaml
More file actions
22 lines (22 loc) · 1023 Bytes
/
ec2_ebs_gs_metadata.yaml
File metadata and controls
22 lines (22 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ec2_GettingStarted_020:
title: Creating and managing Amazon EBS volumes
title_abbrev: Creating and managing Amazon EBS volumes
synopsis_list:
- Create an EBS volume
- Check volume status
- Create an EC2 instance (optional)
- Attach a volume to an EC2 instance
- Clean up resources
category: Scenarios
languages:
Bash:
versions:
- sdk_version: 2
github_name: "Sample developer tutorials"
github: https://github.com/aws-samples/sample-developer-tutorials/tree/main/tuts/020-ebs-gs-volumes
excerpts:
- description:
snippet_files:
- tuts/020-ebs-gs-volumes/ebs-gs-volumes.sh
services:
ec2: {AttachVolume, AuthorizeSecurityGroupIngress, CreateSecurityGroup, CreateVolume, DeleteSecurityGroup, DeleteVolume, DescribeAvailabilityZones, DescribeImages, DescribeInstanceTypeOfferings, DescribeInstances, DescribeSubnets, DescribeVolumes, DescribeVpcs, DetachVolume, RunInstances, TerminateInstances, Wait}