![]() |
Right this moment I’m comfortable to announce that AWS Outposts clients can now make native snapshots of their Amazon Elastic Block Retailer (EBS) volumes, making it simple to satisfy information residency and native backup necessities. AWS Outposts is a totally managed service that extends AWS infrastructure, providers, APIs, and instruments to nearly any datacenter, co-location area, or on-premises facility for a really constant hybrid expertise. Till now, Amazon EBS snapshots on Outposts had been saved by default on Amazon Easy Storage Service (S3) within the AWS Area. In case your Outpost is provisioned with Amazon S3 on Outposts, now you’ve gotten the choice to retailer your snapshots regionally in your Outpost.
Prospects use AWS Outposts to assist functions that have to run on-premises attributable to low latency, native information processing, or information residency necessities. Prospects wanting to make use of AWS providers in nations the place no AWS Area exists right now can decide to run their functions on Outposts. Generally information wants to stay in a selected nation, state, or municipality for regulatory, contractual, or data safety causes. These clients want the information for snapshots and Amazon Machine Picture (AMI) to be saved regionally on Outposts to function their functions. As well as, a few of our clients might additionally see worth for workloads that want low latency entry to native backups.
EBS Native Snapshots on Outposts is a brand new functionality that permits snapshots and AMI information to be saved regionally on Amazon S3 on Outposts. Now you may create and handle EBS Native Snapshots on Outposts by way of the AWS Administration Console, AWS Command Line Interface (CLI), and AWS SDKs. You can even proceed to take snapshots of EBS volumes on Outposts, that are saved in S3 within the related guardian Area.
The best way to Get Began With EBS Native Snapshots on Outposts
To get began, go to the AWS Outposts Administration Console to order an Outposts configuration that features your chosen EBS and Amazon S3 storage capability (EBS snapshots use Amazon S3 on Outposts to retailer snapshots), or you may add S3 storage to your current Outposts. EBS Native Snapshots are enabled on Outposts provisioned with Amazon S3 on Outposts.
To create an area EBS snapshot on Outposts, go to the EBS quantity console and choose the quantity you wish to create a snapshot from. Click on the Actions button, then choose Create Snapshot within the dropdown menu.
You’ll be able to create a snapshot both within the AWS Area or your Outposts while you select the Snapshot vacation spot. The AWS Area snapshot makes use of Amazon S3 within the area and the AWS Outposts snapshot makes use of S3 storage on Outposts for storing the snapshots. Amazon S3 on Outposts is a brand new storage class, which is designed to durably and redundantly retailer information on Outposts. Word that attributable to its scale, Amazon S3 in a area presents greater sturdiness than S3 on Outposts.
You’ll be able to name CreateSnapshot
with the outpost-arn
parameter set to the Outposts ARN that uniquely identifies your set up. If information residency will not be a priority, you may as well get the CreateSnapshot
API to create the snapshot within the guardian AWS Area by specifying AWS Area because the vacation spot.
$ aws ec2 create-snapshot
--volume-id vol-1234567890abcdef0
--outpost-arn arn:aws:outposts:us-east-1:123456789012:outpost/op-1a2b3c
--description "native snapshots in outpost"
You can even use instructions for the AWS Command Line Interface (CLI) and AWS SDKs e.g. CreateSnapshots
, DescribeSnapshot
, CopySnapshot
, and DeleteSnapshot
to handle snapshots on Outposts, and use Amazon Information Lifecycle Supervisor to automate snapshots administration on Outposts. All native snapshots on Outposts are Encrypted by Default (EBD).
You’ll be able to set IAM insurance policies for information residency of your snapshots. The coverage instance under will implement information residency on the Outposts by denying CreateSnapshot(s) calls to create snapshots within the area from outpost volumes.
You’ll be able to audit your personal information residency compliance by calling the DescribeSnapshots
API that may return the snapshot’s storage location. All creation, replace, and duplicate operations are logged in AWS CloudTrail audit logs.
You’ll be able to copy AMI snapshots from the AWS Area to your Outposts and register them as AMI to launch your EC2 situations on Outposts.
Additionally, you are able to do this through easy AWS Command Line Interface (CLI) instructions as follows:
$ aws ec2 copy-snapshot
--region us-west-2
--source-region us-west-2
--source-snapshot-id snap-1
--destination-outpost-arn arn:aws:outposts:us-west-2:123456789012:outpost/op-1a2b3c
--description "That is my copied snapshot."
Now you may register the snapshot as an area AMI for launching your EC2 situations in your Outposts.
$ aws ec2 register-image
--root-device-name /dev/sda1
--block-device-mappings '[
]'
You can even copy your regional AMIs to Outposts utilizing the copy-image
command. Specify the ID of the AMI to repeat, the supply Area, and the ARN of the vacation spot Outpost.
$ aws ec2 copy-image
--source-region us-west-2
--source-image-id ami-1234567890abcdef0
--name "Native AMI copy"
--destination-outpost-arn arn:aws:outposts:us-west-2:123456789012:outpost/op-1a2b3c
Copying of native snapshots on Outposts to the guardian AWS Area will not be supported. In situations the place information residency is required, you may solely create native snapshots or copy snapshots from the guardian Area. To make sure your information residency necessities are met on AWS Outposts, I like to recommend you seek advice from whitepapers resembling AWS Coverage Views: Information Residency and Addressing Information Residency Necessities with AWS Outposts, and ensure and work carefully along with your compliance and safety groups.
CloudEndure Migration and Catastrophe Restoration providers, provided by AWS, permit clients emigrate or replicate workloads for restoration functions into AWS from bodily, digital, or cloud-based sources. Up till now, if clients chosen an Outposts gadget as a migration or restoration goal, the snapshot information needed to be copied to a public area earlier than being copied again into the Outposts gadget. This led to elevated cutover and restoration occasions, in addition to different information switch impacts.
With the newly launched availability of EBS Native Snapshots on Outposts, you may migrate, replicate and get well workloads from any sources instantly into Outposts, or between Outposts gadgets, with out requiring the EBS snapshot information to undergo a public area, resulting in decrease latencies, better efficiency, and diminished prices. Supported use instances associated to Outposts for migration and catastrophe restoration embrace: from on-premises to Outposts, from public AWS Areas into Outposts, from Outposts into public AWS Areas, and between two Outposts gadgets. Study extra about CloudEndure Migration and CloudEndure Catastrophe Restoration.
Accessible Now
Amazon EBS Native Snapshots on AWS Outposts is accessible for all Outposts provisioned with S3 on Outposts. To be taught extra, check out the documentation. Please ship suggestions to the AWS Outposts crew, your common AWS assist contacts, or Outposts companions.
Study all the small print about AWS Outposts and get began right now.
— Channy