2 個答案
- 最新
- 最多得票
- 最多評論
0
Here is an example of specifying the FIPS endpoint on the CLI: . aws appstream describe-stacks --endpoint-url https://appstream2-fips.us-west-2.amazonaws.com
. Associated documentation.
It is also possible to configure the SDK for FIPS endpoint usage: https://docs.aws.amazon.com/sdk-for-go/api/aws/session/
To configure a FIPS endpoint set the environment variable set the AWS_USE_FIPS_ENDPOINT to true or false to enable or disable FIPS endpoint resolution.
AWS_USE_FIPS_ENDPOINT=true
To configure a FIPS endpoint using shared config, set use_fips_endpoint to true or false to enable or disable FIPS endpoint resolution.
[profile myprofile]
region=us-west-2
use_fips_endpoint=true
已回答 3 年前
相關內容
- 已提問 3 個月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前