For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Professional (SAP-C02)AWS Solutions Architect Professional SAP-C02 Practice Exam 1Question 53
    Hard1 markMultiple Choice
    Domain 3.4: Reliability ImprovementReliabilityEC2Auto ScalingEvent-Driven

    AWS SAP-C02 · Question 53 · Domain 3.4: Reliability Improvement

    A company is designing a highly available architecture for a stateful legacy application that cannot be containerized. The application runs on EC2 instances and requires a persistent IP address. If an instance fails, a new one must be launched automatically and retain the same IP address. Which TWO actions should the architect take? (Select TWO)

    Answer options:

    A.

    Place the EC2 instance in an Auto Scaling group with a minimum and maximum size of 1.

    B.

    Use an Amazon EventBridge rule triggered by the EC2 instance launch lifecycle event to invoke a Lambda function that attaches an Elastic IP address.

    C.

    Configure an Application Load Balancer in front of the EC2 instance.

    D.

    Use AWS Global Accelerator to route traffic to the EC2 instance.

    E.

    Store the application state in Amazon ElastiCache.

    F.

    Use AWS OpsWorks to manage the instance lifecycle.

    How to approach this question

    Combine an ASG of size 1 for self-healing with event-driven automation (EventBridge + Lambda) for IP attachment.

    Full Answer

    An Auto Scaling group with min=1, max=1 ensures high availability (if the instance dies, a new one is launched). To maintain the persistent IP, an EventBridge rule can detect the launch and trigger a Lambda function to reassign the Elastic IP to the new instance.

    Common mistakes

    Thinking an ALB solves the persistent IP requirement for the backend instance.
    Question 52All questionsQuestion 54

    Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
    View all 75 questions →