Skip to content

Commit a5ad8e5

Browse files
committed
update topic metadata
1 parent 9eb0c05 commit a5ad8e5

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

doc_source/examples-ec2-elastic-ip.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ Using Elastic IP Addresses in |EC2|
1313
###################################
1414

1515
.. meta::
16-
:description: How to manage IAM access keys with the AWS SDK for Java.
17-
:keywords: AWS SDK for Java, code examples, EC2 security groups,
16+
:description: How to allocate, use, list, and release Elastic IP addresses for EC2 instances with
17+
the AWS SDK for Java.
18+
:keywords: AWS SDK for Java, code examples, EC2, Elastic IP, allocate address, release address,
19+
assign address, associate address, list addresses
20+
1821

1922
Allocating an Elastic IP Address
2023
================================

doc_source/examples-ec2-instances.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
Managing |EC2| Instances
1313
########################
1414

15+
.. meta::
16+
:description: How to create, start, stop, reboot, list and monitor EC2 instances using the AWS
17+
SDK for Java.
18+
:keywords: AWS SDK for Java, code examples, EC2 instances, create instance, start instance, stop
19+
instance, reboot instance, monitor instance, list instances, describe instances
20+
1521
Creating an Instance
1622
====================
1723

doc_source/examples-ec2-key-pairs.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Working with |EC2| Key Pairs
1313
############################
1414

1515
.. meta::
16-
:description: How to manage IAM access keys with the AWS SDK for Java.
17-
:keywords: AWS SDK for Java, code examples, EC2 security groups,
16+
:description: How to create, list and delete EC2 key pairs using the AWS SDK for Java.
17+
:keywords: AWS SDK for Java, code examples, EC2 key pairs, create key pair, list key pairs, delete
18+
key pair
1819

1920

2021
Creating a Key Pair

doc_source/examples-ec2-regions-zones.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
Using Regions and Availability Zones
1313
####################################
1414

15+
.. meta::
16+
:description: How to list EC2 regions and availability zones using the AWS SDK for Java.
17+
:keywords: AWS SDK for Java, code examples, EC2, list regions, describe regions, list availability
18+
zones, describe availability zones
19+
20+
1521
Describing Regions
1622
==================
1723

doc_source/examples-ec2-security-groups.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Working with Security Groups in |EC2|
1313
#####################################
1414

1515
.. meta::
16-
:description: How to manage IAM access keys with the AWS SDK for Java.
17-
:keywords: AWS SDK for Java, code examples, EC2 security groups,
16+
:description: How to create, configure and delete EC2 security groups with the AWS SDK for Java.
17+
:keywords: AWS SDK for Java, code examples, EC2 security groups, create a security group, ingress
18+
rules, egress rules, IP permissions, EC2 access
1819

1920

2021
Creating a Security Group

0 commit comments

Comments
 (0)