Strategies for Assessing and Planning a Migration to AWS Graviton

04 / Aug / 2023 by Prachi Kanyal 0 comments

Introduction

With the rise of cloud computing, businesses continually seek ways to optimize their infrastructure for improved performance and cost efficiency. AWS Graviton, Amazon Web Services’ custom-designed ARM-based processor, has emerged as a compelling option for organizations migrating their workloads to the cloud. When compared to the fifth-generation x86-based Amazon EC2 instances, Graviton2 instances offer a 20% reduction in cost. This blog post aims to provide valuable insights and strategies for assessing and planning a migration to AWS Graviton.

When assessing and planning a migration to AWS Graviton, there are several strategies you can follow to ensure a smooth and successful transition. Here are some key strategies to consider:

  • Understand AWS Graviton: Begin by familiarizing yourself with AWS Graviton and its benefits. Graviton is an Arm-based processor that offers cost savings, improved performance, and energy efficiency. Understand the compatibility of your applications and workloads with the Arm architecture.
  • Use of multi-arch image – For seamless migration of your existing architecture from intel to arm without any downtime. Build a Multi-Arch Docker image with the help of docker buildx; this will give you the flexibility to migrate easily without the hassle of any downtime in case of any issue.
  • Availability of services and features: Not all AWS services and features are available on Graviton instances. Verify if the services and features you rely on are supported on Graviton. While AWS has been steadily expanding the Graviton ecosystem, there might still be some gaps compared to Intel-based instances.
  • Identify compatible workloads: Assess your existing infrastructure and identify workloads that are compatible with AWS Graviton. Arm-based processors may have some limitations regarding software compatibility, so it’s important to ensure that your applications, libraries, and dependencies are compatible.
  • Evaluate performance and cost benefits: Conduct a thorough evaluation of the performance and cost benefits of migrating to AWS Graviton. Use benchmarks, performance testing, and cost analysis tools provided by AWS to compare the performance and cost implications of running your workloads on Graviton versus traditional x86 processors.
  • Conduct a pilot migration: Create a comprehensive migration plan that outlines the steps, timelines, and resources required for the transition. Before fully committing to the migration, consider conducting a pilot migration to AWS Graviton. Select a subset of your workloads or less critical applications and migrate them to Graviton instances. This will help you validate the compatibility, performance, and cost benefits in a controlled environment. This approach minimizes risks and ensures a smooth migration.
  • Implement load testing: Perform load testing on your migrated workloads to ensure they can handle expected traffic and workload patterns. Monitor performance metrics, identify any bottlenecks, and make necessary adjustments to optimize performance.
  • Optimize for Graviton architecture: Make the necessary adjustments if your applications require modifications to work optimally on Graviton. Some software may need to be recompiled, reconfigured, or have specific optimizations applied to take advantage of the Arm architecture.
  • Monitor and optimize: Once your workloads are migrated to AWS Graviton, closely monitor their performance and usage patterns. Leverage AWS monitoring tools, such as CloudWatch, to gain insights into resource utilization and identify areas for optimization.
  • Plan for data migration: If your migration involves moving data to AWS Graviton, develop a data migration strategy. This may include transferring data using AWS services like AWS DataSync and AWS Snowball, or leveraging database migration tools.
  • Perform Canary or Blue-Green deployment: When your infrastructure is prepared to accommodate Graviton-based instances, you can implement a Canary or Blue-Green deployment strategy. This strategy involves directing a fraction of the application traffic to Graviton-based instances. It is recommended to initially conduct tests in a development environment to simulate production traffic patterns and closely monitor the application to ensure it behaves as expected. Once the application runs smoothly on Graviton, you can establish and execute your transition plan, allowing you to reap the advantages of improved price performance.
  • Implement a rollback plan: It’s crucial to have a rollback plan in case you encounter unexpected issues or if the migration doesn’t meet your expectations. Document the steps to revert to your previous infrastructure if needed.
  • Leverage AWS resources and support: AWS provides extensive documentation, whitepapers, and best practices for migrating to Graviton. Additionally, you can leverage AWS support services to get assistance and guidance throughout the migration process.

Remember to thoroughly test and validate each step of the migration process to ensure a successful transition to AWS Graviton. It’s also recommended to consult with AWS experts or partners with Graviton migrations experience for additional guidance and support.

Cons:

1. Compatibility challenges: Migrating to Graviton may involve compatibility challenges, particularly if your applications, dependencies, or third-party libraries are not readily available or optimized for Arm architecture. You may need to invest time and effort in testing, validating, and adapting your application stack for Arm-based systems.

2. Limited software support: Not all software and tools have native support for Arm architecture. While the Arm ecosystem is growing, you may encounter limitations or gaps in software availability compared to the x86 ecosystem. This can impact your choice of tools and frameworks.

3. Service and feature availability: While AWS has been expanding support for Graviton instances, not all services and features are available on Arm-based architecture. Before migrating, ensure that the specific services and features you rely on are supported on Graviton.

4. Benchmarking and optimization: While Graviton instances can offer excellent performance for certain workloads, it’s important to benchmark and optimize your applications on Graviton to ensure the desired performance. This may require additional effort compared to x86-based instances, especially if your applications are highly optimized for x86.

Some of the examples are illustrated below, which shows how we migrated our existing services and EC2 servers from intel to arm.

  1. Migration of existing infra from intel to arm-based architecture.

              AWS ECS – Earlier we were using the m5.xlarge instance, we have  moved to the m6g.xlarge instance,

             Total Instances: -10

             Total Application: – 6 (Java)

     Challenges:

  • Rebuild Docker Images to Support Multi-Architecture i.e. Arm and Intel, by ensuring that all needed libraries/packages and their required versions are available for both Arm and Intel architectures. Update and Replace Libraries/Packages wherever required.
  • Evaluate the Cost difference and conduct load testing to understand performance benefits with Graviton.
  • Prepare a migration plan, ensuring that current workloads are shifted with No impact on End User’s experience.

     Resolution:

  • To migrate running Java services from INTEL to graviton without downtime, firstly we created a multi-arch base image that can run on both intel and graviton(arm) type instances.
  • Use of “docker buildx”, buildx is a plugin of docker that allows us to build multi-arch docker images. Choose your multi-arch image wisely from the docker hub, which supports both architectures.
  • Cost and performance optimization is one of the concerns for Java applications before migrating, we did cost analysis between intel and arm type instances and performed load testing for seamless performance.

     Total cost before – 149.46 USD per month

     Total cost after 74.888 USD per month


2. Migration of existing standalone EC2 servers from Intel to Arm

(i) Hazelcast(t3.xlarge) –> t4g.xlarge

(ii) Keycloak(t3.medium) –> t4g.medium

    Challenges:

  • Re-setup Applications hosted on StandAlone Ec2 to Graviton Based Instances. We had to rebuild and reconfigure Utilities e.g. KeyCloak, Hazelcast, etc, on Graviton. **Not all of them could be migrated, as desired versions were incompatible with Graviton. E.g. Jenkins. (at the time of writing this blog).
  • Performance and workload.

    Resolution:

  • In case of compatibility issues, we upgraded the libraries/tools to higher minor versions wherever possible. We also considered the impact that changes in minor version could have on our Applications.
  • Performed extensive load testing on Graviton-based Workloads to evaluate performance differences.

Conclusion: 

Migrating to AWS Graviton presents an opportunity for organizations to leverage the benefits of ARM-based architecture, including improved performance and cost savings. By following the strategies outlined in this blog post – understanding your workload, conducting performance testing, identifying compatibility and dependencies, developing a migration plan, leveraging Graviton-compatible services, optimizing your architecture, and monitoring performance – you can ensure a successful migration to AWS Graviton and unlock the full potential of cloud computing.

For more information-

https://pages.awscloud.com/rs/112-TZM-766/images/2020_0501-CMP_Slide-Deck.pdf

Check out our other blog posts for more valuable insights.

FOUND THIS USEFUL? SHARE IT

Leave a Reply

Your email address will not be published. Required fields are marked *