Configuration File
This table provides a description for the values required in the configuration file.
Field | Example | Description | Requires to be changed |
---|---|---|---|
url | https://13.25.14.2:8082 | The public endpoint of the SMC, used for accessing the SMC API from Internet. | Yes |
api_key | abcdefgh1234567 | API key required to use the SMC API. | Yes |
api_version | 6.8 | Version of the SMC API to be used. Default is 6.8. | No |
region | ap-south-1 | This is the region of AWS required to deploy the CloudFormation template. | Yes |
availability_zone_1 | ap-south-1a | This is the first availability zone of the AWS region required to deploy the CloudFormation template. | Yes |
availability_zone_2 | ap-south-1b | This is the second availability zone of the AWS region required to deploy the CloudFormation template. | Yes |
ngfw_ami | ami-021207f5865d6b9a9 | AMI ID of the NGFW EC2 instance required. | Yes |
lambda_bucket_name | smc-lambda-bucket | Name of the bucket used to host the AWS Lambda code that will be deployed by the CloudFormation template. | Yes |