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-nameamzn-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-nameamzn-s3-demo-vector-bucket--index-nameamzn-s3-demo-vector-index