AWS cli medium security documentation change
Summary
Removed public preview notice and added Secrets Manager secret deletion documentation
Security assessment
Explicitly documents deletion of AWS Secrets Manager secrets during environment cleanup, which improves security by ensuring credentials are properly disposed. This addresses potential secret leakage risks from lingering credentials.
Diff
diff --git a/cli/latest/reference/evs/delete-environment.md b/cli/latest/reference/evs/delete-environment.md index a96f76095..07cf1b255 100644 --- a//cli/latest/reference/evs/delete-environment.md +++ b//cli/latest/reference/evs/delete-environment.md @@ -15 +15 @@ - * [AWS CLI 2.28.6 Command Reference](../../index.html) » + * [AWS CLI 2.28.8 Command Reference](../../index.html) » @@ -59,4 +58,0 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -### Note - -Amazon EVS is in public preview release and is subject to change. - @@ -67 +63 @@ Amazon EVS environments will only be enabled for deletion once the hosts are del -Environment deletion also deletes the associated Amazon EVS VLAN subnets. Other associated Amazon Web Services resources are not deleted. These resources may continue to incur costs. +Environment deletion also deletes the associated Amazon EVS VLAN subnets and Amazon Web Services Secrets Manager secrets that Amazon EVS created. Amazon Web Services resources that you create are not deleted. These resources may continue to incur costs. @@ -266,4 +261,0 @@ environment -> (structure) ->>> ### Note ->>> ->>> Amazon EVS is in public preview release and is subject to change. ->>> @@ -294,4 +285,0 @@ environment -> (structure) ->>> ### Note ->>> ->>> Amazon EVS is in public preview release and is subject to change. ->>> @@ -395,4 +382,0 @@ environment -> (structure) ->>> ### Note ->>> ->>> Amazon EVS is in public preview release and is subject to change. ->>> @@ -415 +399 @@ environment -> (structure) - * [AWS CLI 2.28.6 Command Reference](../../index.html) » + * [AWS CLI 2.28.8 Command Reference](../../index.html) »