Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.43 KB

update-shared-services-httpd-config.md

File metadata and controls

38 lines (34 loc) · 1.43 KB
description
Guide for manually updating the shared services Apache configuration file through the bastion host and S3 bucket, with automatic validation and deployment.

Update Shared Services HTTPD Config

Steps to Update Configuration:

  1. Connect to Bastion Host:
    • Log into appropriate AWS account (unity-venue-dev, unity-venue-test, or unity-venue-ops)
    • Connect to management_console-bastion EC2 instance via AWS Console
      • sudo su - ubuntu
  2. Download Current Config:
    1. aws s3 cp s3://ucs-shared-services-apache-config-<ENV>/unity-cs.conf .
      
    2. Note: Replace <ENV>with: dev, test, or ops based on your environment
  3. Edit Configuration:
    1. vim unity-cs.conf
      
  4. Upload Modified Config:
    1. aws s3 cp unity-cs.conf s3://ucs-shared-services-apache-config-dev/unity-cs.conf
      
    2. Note: Use same <ENV> as download step
  • Verification:
    • Changes are automatically applied within 1 minute
    • Check #unity-cs-notification Slack channel for:
      • Success confirmation
        • Any syntax errors in your changes
        • Apache reload status
  • Note:
    • Always verify your changes are syntactically correct before uploading
    • The cron job will report any configuration errors in Slack
    • Wait at least one minute for changes to take effect