1 Answer
- Newest
- Most votes
- Most comments
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
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 4 years ago

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