跳至內容

Question about system-reboot

0

Hi AWS Experts,

Good day.

We have a scheduled system-reboot in our EC2 instance, there is a duration of 2 hours. I have the following questions:

  1. I've scheduled it to happen at x time, with the duration of 2 hours taken into account, can I expect it to actually finish and be able to use my EC2 instance after that 2 hour duration?
  2. In a system-reboot, my instance won't change? Specifically the hardware key? Since I am using this EC2 instance for our SAP application wherein there is a license manager that is directly attached to a specific hardware key.
已提問 4 個月前檢視次數 45 次
1 個回答
0

When AWS schedules a system-reboot for your EC2 instance, here's what you can expect:

  1. Regarding the duration: The 2-hour window is the maximum time allocated for the maintenance, but the actual downtime for your instance will likely be much shorter. During a system-reboot, your instance is migrated to a new host, which typically completes in minutes rather than hours. AWS reserves the full window to provide flexibility across many instances, but you should be able to use your instance well before the end of the 2-hour period in most cases.

  2. Regarding instance changes: During a system-reboot, your instance will be migrated to a new host. While your instance retains its IP address, DNS name, and data on instance store volumes, the underlying physical hardware will change. This is important for your SAP application's license manager that's tied to a hardware key. Since the hardware key is derived from the physical host, a system-reboot that migrates your instance to new hardware will likely change this key, which could affect your SAP licensing.

If your SAP license is tied to a hardware key, you should contact your SAP representative before the scheduled maintenance to understand the implications and prepare accordingly. You might need to reactivate your license after the system-reboot is complete.
Sources
Will my EC2 instance lose its public IP during scheduled system-reboot maintenance? | AWS re:Post
Manage Amazon EC2 instances scheduled for reboot - Amazon Elastic Compute Cloud
Reboot your Amazon EC2 instance - Amazon Elastic Compute Cloud

已回答 4 個月前
專家
已審閱 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。