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 Risposta
1
Risposta accettata

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
con risposta un anno fa
  • Hi,

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

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande