View a markdown version of this page

Viewing encryption configuration in S3 Vectors - Amazon Simple Storage Service

Viewing encryption configuration in S3 Vectors

After creating your vector bucket, you can verify the encryption configuration using the console. Alternatively, you can use the GetVectorBucket and GetIndex API operations via the AWS REST API, AWS CLI, or AWS SDKs.

Use the get-vector-bucket command to retrieve detailed bucket information, including encryption configuration. To use this example, replace the user input placeholders with your own information.

aws s3vectors get-vector-bucket \ --vector-bucket-name amzn-s3-demo-vector-bucket

Use the get-index command to retrieve detailed vector index information, including encryption configuration. To use this example, replace the user input placeholders with your own information.

aws s3vectors get-index \ --vector-bucket-name amzn-s3-demo-vector-bucket --index-name amzn-s3-demo-vector-index