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 Resposta
1
Resposta aceita

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
respondido há um ano
  • Hi,

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

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas