You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow user to specify default vpc_config, encryption, tag settings at the session level and apply these to any session call where not otherwise specified #3512
Describe the feature you'd like
Allow user to specify default vpc_config, encryption, tag settings at the session level and apply these to any session call where not otherwise specified
How would this feature be used? Please describe.
Some compliance-minded organizations enforce specification of vpc_config, encrypt_inter_container_traffic, and certain tags through IAM policy. These currently need to be specified separately for every session call. If these parameters are not properly specified on each call, the user receives an opaque access denied error. The user should be able to specify these parameters as session defaults, which would be applied for any session call where they are not otherwise specified.
Describe alternatives you've considered
Alternative is the current approach of individually specifying these parameters for every session call. This is an unnecessary burden on the user.