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 Antwort
1
Akzeptierte Antwort

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
beantwortet vor einem Jahr
  • Hi,

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

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen