IT Engineer, Chennai, IN
As per documentation, tomcat9 supports JKS, PKCS11 or PKCS12 format key stores. In our case, we have certificates in .crt format which needs to be...
VM created in Azure Cloud # Public IP --> 172.174.216.67 Connect via Putty User : karthi@172.174.216.67 Password: <<when provisioning azure...
Ref function helps to return the value of the parameter or resource [physical id] Fn::GetAtt function returns the value of an attribute for the...
Conditions in CF template allows control of resource condition based on certain conditions. Example: create resource based on region...
Outputs in CloudFormation allows you to view Outputs through the Console or CLI. For example, displaying the PublicIP of an instance provisioned...
Mappings are fixed values in the CloudFormation template specified in key-value format. To access the mapping values, use Fn::FindInMap....