FIPS protocol in AWS transfer family- Cloudformation template

0

Hello,

I just want to enable FIPS protocol using cloudfomration template.

Can anyone please suggest me.

Enter image description here

Thanks,

1 Answer
1
Accepted Answer

When creating your server through CloudFormation, you simply need to specify the SecurityPolicyName that enables FIPS.

Resources:
  MySFTPServer:
    Type: AWS::Transfer::Server
    Properties:
      SecurityPolicyName: TransferSecurityPolicy-FIPS-2020-06
AWS
Kevin
answered a year ago
  • Hi,

    Thank you for the answer and YES! that was the fix.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions