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 個回答
1
已接受的答案

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
已回答 1 年前
  • Hi,

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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南