remove end of line spaces
This commit is contained in:
parent
1563fb97c7
commit
b942c27b21
|
@ -186,10 +186,10 @@ want to store and namespace images for quick reference, you can use [Atlas by
|
||||||
HashiCorp](https://atlas.hashicorp.com). We'll cover remotely building and
|
HashiCorp](https://atlas.hashicorp.com). We'll cover remotely building and
|
||||||
storing images at the end of this getting started guide.
|
storing images at the end of this getting started guide.
|
||||||
|
|
||||||
After running the above example, your AWS account now has an AMI associated with
|
After running the above example, your AWS account now has an AMI associated
|
||||||
it. AMIs are stored in S3 by Amazon, so unless you want to be charged about
|
with it. AMIs are stored in S3 by Amazon, so unless you want to be charged
|
||||||
$0.01 per month, you'll probably want to remove it. Remove the AMI by first
|
about $0.01 per month, you'll probably want to remove it. Remove the AMI by
|
||||||
deregistering it on the [AWS AMI management
|
first deregistering it on the [AWS AMI management
|
||||||
page](https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Images). Next,
|
page](https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Images). Next,
|
||||||
delete the associated snapshot on the [AWS snapshot management
|
delete the associated snapshot on the [AWS snapshot management
|
||||||
page](https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Snapshots).
|
page](https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Snapshots).
|
||||||
|
|
Loading…
Reference in New Issue