This commit is contained in:
2025-11-28 16:54:56 +09:00
parent 23176551b7
commit 8f18415f25
841 changed files with 67879 additions and 12265 deletions

View File

@@ -7,6 +7,9 @@ using System.Threading.Tasks;
namespace ServerCore;
// HANDOVER: AWS SDK 연동하는 주요 함수를 호출해주는 Wrapper 클래스 이다.
public static class AwsHelper
{
// EC2에서 실행중인 상태 종류
@@ -121,7 +124,7 @@ public static class AwsHelper
}
catch (Exception e)
{
var err_msg = $"Exception !!!, Failed to function in getPublicIPv4() : exception:{e}, awsMetaToken:{aws_meta_token}";
var err_msg = $"Exception !!!, Failed to perform in getPublicIPv4() !!! : exception:{e}, awsMetaToken:{aws_meta_token}";
Log.getLogger().error(err_msg);
return await Task.FromResult(string.Empty);
}