Skip to content

Commit 102739c

Browse files
gionnolblak
andauthored
Add gp3 for volume-type in aws_ami.adoc (#2103)
* Add gp3 for volume-type in aws_ami.adoc * fix typos and minor grammatical issues --------- Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent 863d9d6 commit 102739c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/plugins/resource/aws_ami.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ The `aws/ami` "condition" test that an AWS AMI exist based on specific filters.
4545

4646
Considering that the AMI resource is designed to manipulate the latest AMI found based on filters, the parameter `SortBy` can be used to specify how the list of results is sorted which affects the latest element returned.
4747

48-
`sortBy` accept one of the following `creationDateAsc` and `creationDateDesc` where they will respectively return the newest or the oldest AMI ID based on creation time.
48+
`sortBy` accepts one of the following `creationDateAsc` and `creationDateDesc` where they will respectively return the newest or the oldest AMI ID based on creation time.
4949

5050
=== Filter
5151

52-
AMI are identified based on different filter such platform, name,etc.
52+
AMI are identified based on different filters such as platform, name, etc.
5353

5454
|===
5555
| Name | Required | Default |Description
@@ -76,7 +76,7 @@ EBS volume.
7676
in GiB.
7777

7878
* block-device-mapping.volume-type - The volume type of the EBS volume
79-
(gp2 | io1 | io2 | st1 | sc1 | standard).
79+
(gp3 | gp2 | io1 | io2 | st1 | sc1 | standard).
8080

8181
* block-device-mapping.encrypted - A Boolean that indicates whether the
8282
EBS volume is encrypted.
@@ -161,7 +161,7 @@ Environment variables used:
161161

162162
=== Shared Credentials File
163163

164-
updatecli can retrieves credentials from the AWS cli credential file.
164+
updatecli can retrieve credentials from the AWS cli credential file.
165165
By default, it looks for the file location into `AWS_SHARED_CREDENTIALS_FILE` env variable, otherwise it fall back to the current user's home directory.
166166

167167
* Linux/OSX: "$HOME/.aws/credentials"
@@ -278,7 +278,7 @@ targets:
278278
spec:
279279
command: echo ubuntu-arm
280280
setWindowsAgentAMIAmd64:
281-
name: "Bump AMI ID for Windows ARM64 agents"
281+
name: "Bump AMI ID for Windows AMD64 agents"
282282
kind: shell
283283
sourceID: getLatestWindowsAgentAMIAmd64
284284
spec:

0 commit comments

Comments
 (0)