<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VPC Archives - Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</title>
	<atom:link href="https://sunnycloudvn.com/tag/vpc/feed/" rel="self" type="application/rss+xml" />
	<link>https://sunnycloudvn.com/tag/vpc/</link>
	<description>AWS Professional Services</description>
	<lastBuildDate>Tue, 22 Oct 2024 16:18:46 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://sunnycloudvn.com/wp-content/uploads/2023/06/V-SC-FB-iconW320H320-1.png</url>
	<title>VPC Archives - Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</title>
	<link>https://sunnycloudvn.com/tag/vpc/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tăng cường Bảo mật cho Amazon SageMaker</title>
		<link>https://sunnycloudvn.com/tang-cuong-bao-mat-cho-amazon-sagemaker/</link>
					<comments>https://sunnycloudvn.com/tang-cuong-bao-mat-cho-amazon-sagemaker/#respond</comments>
		
		<dc:creator><![CDATA[Sunny Cloud]]></dc:creator>
		<pubDate>Tue, 22 Oct 2024 03:50:00 +0000</pubDate>
				<category><![CDATA[Tin Tức/ Tài Liệu]]></category>
		<category><![CDATA[AWS services]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Dịch vụ đám mây]]></category>
		<category><![CDATA[Khám phá AWS]]></category>
		<category><![CDATA[SageMaker]]></category>
		<category><![CDATA[Tin tức AWS]]></category>
		<category><![CDATA[VPC]]></category>
		<guid isPermaLink="false">https://sunnycloudvn.com/?p=3072</guid>

					<description><![CDATA[<p>Amazon Web Services (AWS) giới thiệu tính năng tăng cường bảo mật cho Amazon SageMaker bằng cách cung cấp khả năng kết nối thông qua VPC. Kết nối SageMaker Thông qua VPC Interface Endpoint Amazon SageMaker cho phép bạn kết nối trực tiếp với API SageMaker hoặc Amazon SageMaker Runtime thông qua một interface endpoint [&#8230;]</p>
<p>The post <a href="https://sunnycloudvn.com/tang-cuong-bao-mat-cho-amazon-sagemaker/">Tăng cường Bảo mật cho Amazon SageMaker</a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="simpletoc-title">Mục lục bài viết</h2>
<ul class="simpletoc-list">
<li><a href="#ket-noi-sagemaker-thong-qua-vpc-interface-endpoint">Kết nối SageMaker Thông qua VPC Interface Endpoint</a>

</li>
<li><a href="#loi-ich">Lợi ích</a>

</li>
<li><a href="#cach-thiet-lap">Cách Thiết lập</a>

</li>
<li><a href="#vpc-endpoint-policy">VPC Endpoint Policy</a>

</li>
<li><a href="#ket-luan">Kết luận</a>
</li></ul>


<p class="wp-block-paragraph">Amazon Web Services (AWS) giới thiệu tính năng tăng cường bảo mật cho Amazon SageMaker bằng cách cung cấp khả năng kết nối thông qua VPC.</p>


<h2 class="wp-block-heading" id="ket-noi-sagemaker-thong-qua-vpc-interface-endpoint"><strong>Kết nối SageMaker Thông qua VPC Interface Endpoint</strong></h2>


<p class="wp-block-paragraph">Amazon SageMaker cho phép bạn kết nối trực tiếp với API SageMaker hoặc Amazon SageMaker Runtime thông qua một interface endpoint trong Virtual Private Cloud (VPC) của bạn, thay vì kết nối qua internet.</p>



<figure class="wp-block-image"><img decoding="async" src="https://sunnycloudvn.com/wp-content/uploads/2024/10/1729613924.png" alt=""/></figure>



<p class="wp-block-paragraph">Sơ đồ cho thấy một ứng dụng trong VPC sử dụng AWS PrivateLink để giao tiếp với SageMaker Runtime, sau đó SageMaker Runtime giao tiếp với SageMaker endpoint.</p>


<h2 class="wp-block-heading" id="loi-ich"><strong>Lợi ích</strong></h2>


<ol class="wp-block-list">
<li>Giao tiếp an toàn: Toàn bộ quá trình giao tiếp diễn ra trong mạng AWS.</li>



<li>Không cần Internet Gateway: Các instance trong VPC không cần kết nối internet công cộng.</li>



<li>Bảo mật nâng cao: Giảm thiểu rủi ro từ các mối đe dọa bên ngoài.</li>
</ol>


<h2 class="wp-block-heading" id="cach-thiet-lap"><strong>Cách Thiết lập</strong></h2>


<ol class="wp-block-list">
<li>Tạo AWS PrivateLink interface endpoint sử dụng AWS Management Console hoặc AWS CLI.</li>



<li>Nếu chưa bật private DNS hostname cho VPC endpoint, chỉ định URL endpoint internet cho SageMaker API hoặc Runtime.</li>
</ol>



<p class="wp-block-paragraph">Ví dụ dùng CLI:</p>



<pre class="wp-block-code"><code>aws sagemaker list-notebook-instances --endpoint-url VPC_Endpoint_ID.api.sagemaker.Region.vpce.amazonaws.com

aws sagemaker list-training-jobs --endpoint-url VPC_Endpoint_ID.api.sagemaker.Region.vpce.amazonaws.com

aws sagemaker-runtime invoke-endpoint --endpoint-url https://VPC_Endpoint_ID.runtime.sagemaker.Region.vpce.amazonaws.com  \

    --endpoint-name Endpoint_Name \

    --body "Endpoint_Body" \

    --content-type "Content_Type" \

            Output_File</code></pre>


<h2 class="wp-block-heading" id="vpc-endpoint-policy"><strong>VPC Endpoint Policy</strong></h2>


<p class="wp-block-paragraph">Tạo policy cho VPC endpoints để kiểm soát quyền truy cập:</p>



<pre class="wp-block-code"><code>{

  "Statement": &#91;

      {

          "Action": "sagemaker:InvokeEndpoint",

          "Effect": "Allow",

          "Resource": "arn:aws:sagemaker:us-west-2:123456789012:endpoint/myEndpoint",

          "Principal": "*"

      }

  ]

}</code></pre>


<h2 class="wp-block-heading" id="ket-luan"><strong>Kết luận</strong></h2>


<p class="wp-block-paragraph">Với việc hỗ trợ kết nối thông qua VPC, Amazon SageMaker đã nâng cao đáng kể khả năng bảo mật cho các dự án Machine Learning và AI.</p>



<p class="wp-block-paragraph">Hy vọng những chia sẻ trong bài viết này hữu ích cho các kỹ sư ML và AI trong tương lai.</p>
<p>The post <a href="https://sunnycloudvn.com/tang-cuong-bao-mat-cho-amazon-sagemaker/">Tăng cường Bảo mật cho Amazon SageMaker</a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunnycloudvn.com/tang-cuong-bao-mat-cho-amazon-sagemaker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Public IP Insight &#8211; Tính năng mới của VPC IP Address Manager </title>
		<link>https://sunnycloudvn.com/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager/</link>
					<comments>https://sunnycloudvn.com/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager/#respond</comments>
		
		<dc:creator><![CDATA[Sunny Cloud]]></dc:creator>
		<pubDate>Tue, 06 Feb 2024 04:33:41 +0000</pubDate>
				<category><![CDATA[Tin Tức/ Tài Liệu]]></category>
		<category><![CDATA[AWS services]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Dịch vụ đám mây]]></category>
		<category><![CDATA[IPAM]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[Tin tức AWS]]></category>
		<category><![CDATA[VPC]]></category>
		<guid isPermaLink="false">https://sunnycloudvn.com/?p=1500</guid>

					<description><![CDATA[<p>Khám phá tính năng mới của Amazon VPC IP Address Manager (IPAM) - Public IP Insight được thiết kế để giám sát, phân tích và kiểm tra các địa chỉ IPv4 công cộng</p>
<p>The post <a href="https://sunnycloudvn.com/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager/">Public IP Insight &#8211; Tính năng mới của VPC IP Address Manager </a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading" id="amazon-vpc-ip-address-manager"><strong>Amazon VPC IP Address Manager</strong></h2>


<p class="wp-block-paragraph">Amazon VPC IP Address Manager (IPAM) là một dịch vụ cung cấp quy trình quản lý IP tự động dành cho các quản trị viên mạng. Từ management console dashboard, bạn có thể tự động kiểm tra tình trạng sử dụng IP address và phân bổ IP address cho VPC, giúp tự động hóa quản lý IP address, việc mà trước đây phải thực hiện thủ công.</p>



<p class="wp-block-paragraph">Ngoài ra, IPAM cung cấp các tính năng giám sát và kiểm tra cho quản trị viên mạng. Khi phát hiện ra các vấn đề tiềm ẩn (như cạn kiệt address gây ra sự cố lớn trên mạng hay sự trùng lặp địa address có thể đẫn đến định tuyến không chính xác) hệ thống sẽ phát cảnh báo. Tỉ lệ sử dụng address space trong pool cũng có thể được phát hiện trước khi Ip address cạn kiệt thông qua báo động của CloudWatch.</p>


<h2 class="wp-block-heading" id="noi-dung-cap-nhat"><strong>Nội dung cập nhật</strong></h2>


<p class="wp-block-paragraph">Tính năng Public IP Insight là một phần của Amazon VPC IP Address Manager (IPAM), cung cấp một cái nhìn tổng thể về tất cả các Public IPv4 address.&nbsp;</p>



<p class="wp-block-paragraph">Với sự bổ sung tính năng này, giúp dễ dàng giám sát, phân tích và kiểm tra các Public IPv4 address được sử dụng trên các dịch vụ AWS trong tài khoản AWS. Tính năng Public IP Insight cho phép quan sát tình trạng sử dụng của Public IPv4 address, xác định các tài nguyên AWS mà Public IPv4 address được liên kết, và cung cấp thông tin chi tiết về mục đích sử dụng IPv4 address.</p>



<p class="wp-block-paragraph">Ngoài ra, bạn cũng có thể xác định và giải phóng các Public IPv4 address không được sử dụng bởi các tài nguyên AWS liên kết.&nbsp;</p>



<p class="wp-block-paragraph">Ví dụ, có thể xác định việc sử dụng Public IPv4 address không hiệu quả cho trường hợp như Public IPv4 address được sử dụng trong EC2 Instance có quy tắc security group chỉ cho phép traffic ingress truy cập SSH (qua cổng 22) từ cùng security group. Có thể dùng phương án thay thế cho IPv4 public chẳng hạn như EC2 Instance Connect Endpoint.</p>


<h2 class="wp-block-heading" id="thu-nghiem"><strong>Thử nghiệm</strong></h2>


<ol class="wp-block-list">
<li>Trong IPAM management console menu, [Public IP Insight] đã được thêm mới.</li>
</ol>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://sunnycloudvn.com/wp-content/uploads/2024/06/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager-1719422714.png" alt="IMG_256"/></figure>



<ol class="wp-block-list" start="2">
<li>Khi nhấp vào [IPAM], nhưng vì không sử dụng Public IP address nên một thông báo xuất hiện.</li>
</ol>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://sunnycloudvn.com/wp-content/uploads/2024/06/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager-1719422715.png" alt="IMG_256"/></figure>



<ol class="wp-block-list" start="3">
<li>Gắn EIP cho EC2 và mở port, hiển thị màn hình như bên dưới.</li>
</ol>



<figure class="wp-block-image"><img decoding="async" src="https://sunnycloudvn.com/wp-content/uploads/2024/06/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager-1719422716.png" alt="IMG_256"/></figure>



<p class="wp-block-paragraph">Có thể lọc theo 4 loại Public IP bên dưới:</p>



<ul class="wp-block-list">
<li>EIP thuộc sở hữu của Amazon</li>



<li>EC2 Public IP</li>



<li>BYOIP</li>



<li>Service Managed IP</li>
</ul>



<ol class="wp-block-list" start="4">
<li>Về trạng thái sử dụng EIP, bạn có thể nhầm lẫn khi hiển thị giữa biểu đồ tròn là [0], nhưng đó là số lượng EIP không liên kết. Khi di chuyển con trỏ chuột, số lượng EIP của Amazon được liên kết sẽ hiển thị.</li>
</ol>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://sunnycloudvn.com/wp-content/uploads/2024/06/1_public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager-1719422716.png" alt="IMG_256"/></figure>



<p class="wp-block-paragraph">Có thể lọc bằng 4 loại sau:</p>



<ul class="wp-block-list">
<li>EIP của Amazon được liên kết</li>



<li>BYOIP được liên kết</li>



<li>EIP của Amazon không được liên kết</li>



<li>BYOIP không được liên kết</li>
</ul>



<ol class="wp-block-list" start="5">
<li>Khi giải phóng EIP, màn hình quay về (2)</li>
</ol>



<p class="wp-block-paragraph">Đây là tính năng hữu ích cho những tài khoản thường xuyên sử dụng Public IP.</p>



<p class="wp-block-paragraph">Tham khảo: <a href="https://www.sunnycloud.jp/column/20230730-01/">【アップデート】VPC IP Address ManagerにパブリックIPインサイト機能が追加されました | SunnyCloud</a></p>
<p>The post <a href="https://sunnycloudvn.com/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager/">Public IP Insight &#8211; Tính năng mới của VPC IP Address Manager </a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunnycloudvn.com/public-ip-insight-tinh-nang-moi-cua-vpc-ip-address-manager/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AWS Management Console Private Access đã có mặt thêm tại 7 Khu vực AWS</title>
		<link>https://sunnycloudvn.com/aws-management-console-private-access-da-co-mat-them-tai-7-khu-vuc-aws/</link>
					<comments>https://sunnycloudvn.com/aws-management-console-private-access-da-co-mat-them-tai-7-khu-vuc-aws/#respond</comments>
		
		<dc:creator><![CDATA[Sunny Cloud]]></dc:creator>
		<pubDate>Tue, 16 Jan 2024 07:20:02 +0000</pubDate>
				<category><![CDATA[Tin Tức/ Tài Liệu]]></category>
		<category><![CDATA[AWS Management Console]]></category>
		<category><![CDATA[AWS services]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Dịch vụ đám mây]]></category>
		<category><![CDATA[Tin tức AWS]]></category>
		<category><![CDATA[VPC]]></category>
		<guid isPermaLink="false">https://sunnycloudvn.com/?p=1409</guid>

					<description><![CDATA[<p>Tính năng AWS Management Console Private Access đem lại khả năng bảo mật vì người dùng có thể chỉ định tài khoản/tổ chức có thể đăng nhập vào Management Console</p>
<p>The post <a href="https://sunnycloudvn.com/aws-management-console-private-access-da-co-mat-them-tai-7-khu-vuc-aws/">AWS Management Console Private Access đã có mặt thêm tại 7 Khu vực AWS</a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading" id="aws-management-console-private-access-la-gi">AWS Management Console Private Access là gì</h2>


<p class="wp-block-paragraph">AWS Management Console Private Access là một tính năng có khả năng bảo mật cao của AWS. Tính năng này được chính thức sử dụng vào tháng 5 năm 2023.</p>



<p class="wp-block-paragraph">Khách hàng có thể chỉ định những tài khoản và Tổ chức AWS nào được phép truy cập AWS Management Console từ mạng của họ. Ứng dụng sẽ từ chối các nỗ lực truy cập AWS Management Console từ trong mạng của họ bằng bất kỳ tài khoản AWS nào khác.</p>


<h2 class="wp-block-heading" id="cach-su-dung-aws-management-console-private-accessnbsp">Cách sử dụng AWS Management Console Private Access </h2>


<p class="wp-block-paragraph">Truy cập thông qua end point của VPC.</p>



<p class="wp-block-paragraph">Để định tuyến lưu lượng mạng đến VPC endpoint đã thiết lập, bạn cần cài đặt bản ghi DNS trong mạng gốc mà người dùng truy cập vào Management Console.</p>



<ul class="wp-block-list">
<li>Các endpoint sau cần thiết cho mỗi khu vực</li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">com.amazonaws.region.console for AWS Management Console&nbsp;</p>



<p class="wp-block-paragraph">com.amazonaws.region.signin for AWS sign in</p>
</blockquote>



<ul class="wp-block-list">
<li>Bất kể có truy cập vào us-east-1 từ Management Console hay không, bạn cũng cần phải có VPC end point ở khu vực Đông Hoa Kì (Bắc Virginia).</li>
</ul>



<ul class="wp-block-list">
<li>Cần thiết lập DNS</li>
</ul>



<p class="wp-block-paragraph">Với một Hosted Zone, sử dụng một signin.aws.amazon.com và một console.aws.amazon.com để thiết lập các bản ghi CNAME sau</p>



<p class="wp-block-paragraph">&#8211; region.signin.aws.amazon.com : com.amazonaws.region.console</p>



<p class="wp-block-paragraph">&#8211; region.console.aws.amazon.com : com.amazonaws.region.signin</p>



<p class="wp-block-paragraph">&#8211; signin.aws.amazon.com : com.amazonaws.region.console</p>



<p class="wp-block-paragraph">&#8211; console.aws.amazon.com : com.amazonaws.region.signin</p>



<ul class="wp-block-list">
<li>Đối với nội dung tĩnh (JavaScript, CSS, hình ảnh) và các dịch vụ AWS không được kích hoạt bởi AWS PrivateLink, khi truy cập vào tài nguyên thông qua AWS Management Console cần kết nối Internet từ mạng như bình thường.&nbsp;</li>



<li>Khi sử dụng Route 53 để thiết lập DNS, bạn có thể kiểm tra cài đặt DNS tại đây: <a href="https://console.aws.amazon.com/route53/v2/hostedzones">https://console.aws.amazon.com/route53/v2/hostedzone</a></li>
</ul>


<h3 class="wp-block-heading" id="bay-khu-vuc-moi-duoc-them-vao-lan-nay"><strong>Bảy khu vực mới được thêm vào lần này</strong></h3>


<ul class="wp-block-list">
<li>&nbsp;Châu Á &#8211; Thái Bình Dương (Sydney)</li>



<li>&nbsp;Châu Á &#8211; Thái Bình Dương (Seoul)</li>



<li>&nbsp;Châu Á &#8211; Thái Bình Dương (Hyderabad)</li>



<li>&nbsp;Châu Á &#8211; Thái Bình Dương (Mumbai)</li>



<li>&nbsp;Châu Á &#8211; Thái Bình Dương (Tokyo)</li>



<li>&nbsp;Châu Âu (London)</li>



<li>&nbsp;Canada (Trung tâm)</li>
</ul>


<h2 class="wp-block-heading" id="tom-tat">Tóm tắt</h2>


<p class="wp-block-paragraph">Bằng cách sử dụng VPC endpoint policy, bạn có thể kiểm soát các tài khoản đăng nhập từ Management Console. Bạn có thểm tham khảo hình ảnh bên dưới về sơ đồ hoạt động của AWS Management Console Private Access.</p>



<figure class="wp-block-image"><img decoding="async" src="https://sunnycloudvn.com/wp-content/uploads/2024/06/aws-management-console-private-access-da-co-mat-them-tai-7-khu-vuc-aws-1719422759.png" alt="IMG_256"/></figure>



<p class="wp-block-paragraph">Tham khảo:&nbsp;</p>



<p class="wp-block-paragraph"><a href="https://www.sunnycloud.jp/column/20240113-01/">【アップデート】AWS マネジメントコンソールプライベートアクセスが東京リージョンをサポートしました | SunnyCloud</a></p>
<p>The post <a href="https://sunnycloudvn.com/aws-management-console-private-access-da-co-mat-them-tai-7-khu-vuc-aws/">AWS Management Console Private Access đã có mặt thêm tại 7 Khu vực AWS</a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunnycloudvn.com/aws-management-console-private-access-da-co-mat-them-tai-7-khu-vuc-aws/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Customer-managed KMS key hiện đã được AWS Verified Access hỗ trợ</title>
		<link>https://sunnycloudvn.com/customer-managed-kms-key-hien-da-duoc-aws-verified-access-ho-tro/</link>
					<comments>https://sunnycloudvn.com/customer-managed-kms-key-hien-da-duoc-aws-verified-access-ho-tro/#respond</comments>
		
		<dc:creator><![CDATA[Sunny Cloud]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 11:23:10 +0000</pubDate>
				<category><![CDATA[Tin Tức/ Tài Liệu]]></category>
		<category><![CDATA[AWS services]]></category>
		<category><![CDATA[AWS Verified Access]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Dịch vụ đám mây]]></category>
		<category><![CDATA[Tin tức AWS]]></category>
		<category><![CDATA[VPC]]></category>
		<guid isPermaLink="false">https://sunnycloudvn.com/?p=1099</guid>

					<description><![CDATA[<p>Khám phá tính năng mới của AWS Verified Access: Hỗ trợ customer-managed KMS key cho mã hóa dữ liệu, cung cấp giải pháp bảo mật tối ưu cho ứng dụng của bạn</p>
<p>The post <a href="https://sunnycloudvn.com/customer-managed-kms-key-hien-da-duoc-aws-verified-access-ho-tro/">Customer-managed KMS key hiện đã được AWS Verified Access hỗ trợ</a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Hiện nay, an ninh dữ liệu trở nên ngày càng quan trọng, và AWS Verified Access là một giải pháp xuất sắc để đảm bảo tính an toàn cho ứng dụng của bạn trên môi trường điện toán đám mây. Đặc biệt, cập nhật mới nhất của AWS Verified Access, giờ đây đã hỗ trợ customer-managed KMS key &#8211; một bước đột phá quan trọng trong việc tối ưu hóa quản lý và bảo mật dữ liệu của bạn.</p>


<h2 class="wp-block-heading" id="aws-verified-access-la-gi"><strong>AWS Verified Access là gì?</strong></h2>


<p class="wp-block-paragraph">Đây là dịch vụ cho phép các ứng dụng riêng tư trong VPC truy cập vào public endpoint bằng IDP (Identity Provider) đáng tin cậy nếu đáp ứng một số điều kiện nhất định, chẳng hạn như khi đáp ứng các chính sách đã định cấu hình.</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="734" height="341" src="https://sunnycloudvn.com/wp-content/uploads/2023/11/aws-verified-access-cung-cap-ho-tro-key-kms-do-khach-hang-quan-ly.png" alt="Mô hình hoạt động của AWS Verified Access" class="wp-image-1102" style="width:734px;height:auto"/><figcaption class="wp-element-caption">Mô hình hoạt động của AWS Verified Access</figcaption></figure>


<h3 class="wp-block-heading" id="verified-access-instance">Verified Access Instance</h3>


<p class="wp-block-paragraph">Với Verified Access Instance, các instance sẽ đánh giá yêu cầu của ứng dụng và cho phép chỉ truy cập vào các trường hợp đã đáp ứng điều kiện bảo mật.</p>


<h3 class="wp-block-heading" id="verified-access-endpoint">Verified Access Endpoint</h3>


<p class="wp-block-paragraph">Mỗi endpoint đại diện cho một ứng dụng. Bạn có thể tạo load balancer endpoint (điểm cuối cân bằng tải) hoặc network interface endpoint (điểm cuối giao diện mạng)</p>


<h3 class="wp-block-heading" id="verified-access-groupnbsp">Verified Access Group </h3>


<p class="wp-block-paragraph">Nhóm các access endpoint (điểm cuối truy cập) được xác thực. Bạn nên nhóm các endpoint của ứng dụng có yêu cầu bảo mật giống nhau để đơn giản hóa việc quản lý chính sách. Ví dụ, bạn có thể nhóm các endpoint của tất cả các ứng dụng bán hàng.</p>


<h3 class="wp-block-heading" id="access-policy">Access policy</h3>


<p class="wp-block-paragraph">Một nhóm các quy tắc do người dùng xác định để quyết định cho phép hoặc từ chối quyền truy cập vào ứng dụng. Bạn có thể chỉ định kết hợp các yếu tố như ID người dùng và trạng thái bảo mật của thiết bị. Tạo group access policy (chính sách truy cập nhóm) cho mỗi access group (nhóm truy cập). Theo tuỳ chọn, bạn có thể tạo chính sách sẵn có cho ứng dụng và gắn nó vào endpoint cụ thể.</p>


<h3 class="wp-block-heading" id="nha-cung-cap-tin-cay">Nhà cung cấp tin cậy</h3>


<p class="wp-block-paragraph">Verified Access hoạt động với AWS và nhà cung cấp tin cậy của bên thứ ba. Mỗi instance Verified Access cần phải được gắn với ít nhất một IdP tin cậy. Bạn có thể gắn một ID trust provider và nhiều device trust provider vào mỗi instance Verified Access.</p>


<h3 class="wp-block-heading" id="du-lieu-tin-cay">Dữ liệu tin cậy</h3>


<p class="wp-block-paragraph">Dữ liệu liên quan đến bảo mật của người dùng hoặc thiết bị mà nhà cung cấp đã xác thực gửi cho Verified Access được gọi là trust context (truy cập tin cậy). Ví dụ như địa chỉ email của người dùng hoặc phiên bản hệ điều hành của thiết bị. Verified Access đánh giá dữ liệu này để so sánh với chính sách truy cập khi có yêu cầu truy cập vào ứng dụng.</p>


<h2 class="wp-block-heading" id="kms-key-la-gi"><strong>KMS key là gì?</strong><strong> </strong><strong></strong><strong> </strong><strong></strong><strong> </strong><strong></strong><strong> </strong><strong></strong><strong></strong></h2>


<p class="wp-block-paragraph">KMS Keys trong AWS Key Management Service (KMS) là các khóa mã hóa chủ chốt dùng để mã hóa và giải mã dữ liệu. Chúng có vai trò quan trọng trong việc bảo vệ dữ liệu trong hệ thống AWS.</p>



<p class="has-text-align-center wp-block-paragraph"><strong>AWS tạo ra AWS-managed key, còn người dùng tạo ra customer-managed key.</strong></p>



<p class="wp-block-paragraph">Sau đây là bảng so sánh sự khác biệt của AWS-managed key và customer-managed key: </p>



<figure class="wp-block-table"><table><thead><tr><th><strong>Loại KMS key&nbsp;</strong></th><th><strong>KMS key metadata</strong></th><th><strong>KMS key</strong></th><th><strong>Chỉ dùng cho tài khoản AWS</strong></th><th><strong>Rotation tự động</strong></th><th><strong>Bảng giá</strong></th></tr></thead><tbody><tr><td>Customer-managed key</td><td>Được quản lý</td><td>Được quản lý</td><td><br>Đúng</td><td>Tuỳ chọn</td><td>Phí hàng tháng (tính theo giờ)</td></tr><tr><td>AWS-managed key</td><td>Được quản lý</td><td>Không được quản lý</td><td><br>Đúng</td><td>Yêu cầu</td><td>Phí tính theo mức sử dụng, không mất phí hàng tháng</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Bạn có thể thực hiện các thao tác sau với customer-managed key:</p>



<ul class="wp-block-list">
<li>Thiết lập và quản lý key policy, IAM policy</li>



<li>Kích hoạt và vô hiệu hóa key</li>



<li>Xoay vòng các tài liệu được mã hóa (Rotation cryptography materials)</li>



<li>Thêm tag</li>



<li>Tạo alias tham chiếu đến KMS key</li>



<li>Đặt lịch xóa KMS key</li>
</ul>


<h2 class="wp-block-heading" id="noi-dung-cap-nhat-customermanaged-kms-key"><strong>Nội dung cập nhật</strong> customer-managed KMS key</h2>


<p class="wp-block-paragraph">Verified Access hiện đã hỗ trợ customer-managed KMS key (CMK) để mã hóa dữ liệu được lưu trữ. Điều này giúp bạn dễ dàng đáp ứng yêu cầu về tuân thủ quy định của tổ chức.</p>



<p class="wp-block-paragraph">Trước đây, AWS Verified Access đã sử dụng AWS-managed KMS key để mã hóa tất cả các thông tin, bao gồm thông tin của nhà cung cấp xác thực, group policy, và endpoint policy. Với bản cập nhật này, Verified Access đã hỗ trợ thêm customer-managed KMS key.</p>



<p class="wp-block-paragraph"><strong>Ứng dụng bản cập nhật customer-managed KMS key&nbsp;</strong></p>



<ol class="wp-block-list">
<li>Trên màn hình &#8220;Additional encryption &#8211; optional&#8221; từ bảng điều khiển quản lý đã hiển thị mục &#8220;Customize encrytion settings (advanced)&#8221;.</li>
</ol>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="712" height="274" src="https://sunnycloudvn.com/wp-content/uploads/2023/11/aws-verified-access-cung-cap-ho-tro-key-kms-do-khach-hang-quan-ly-1-1.png" alt="Bảng Additional encryption - optional" class="wp-image-1101" style="width:712px;height:auto"/><figcaption class="wp-element-caption">Bảng Additional encryption &#8211; optional</figcaption></figure>



<ol class="wp-block-list" start="2">
<li>Chọn vào &#8220;Customize encrytion settings (advanced)&#8221; và nhấp vào &#8220;Create an AWS KMS key&#8221; sẽ chuyển đến màn hình tạo &#8220;Customer-managed KMS key&#8221;.</li>
</ol>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="730" height="545" src="https://sunnycloudvn.com/wp-content/uploads/2023/11/aws-verified-access-cung-cap-ho-tro-key-kms-do-khach-hang-quan-ly-2.png" alt="Bảng Configure key" class="wp-image-1103" style="width:730px;height:auto"/><figcaption class="wp-element-caption">Bảng Configure key</figcaption></figure>



<p class="has-small-font-size wp-block-paragraph">Tham khảo: <a href="https://www.sunnycloud.jp/column/20231003-01/">【アップデート】AWS Verified AccessがKMSのカスタマーマネージドキーをサポートしました</a></p>
<p>The post <a href="https://sunnycloudvn.com/customer-managed-kms-key-hien-da-duoc-aws-verified-access-ho-tro/">Customer-managed KMS key hiện đã được AWS Verified Access hỗ trợ</a> appeared first on <a href="https://sunnycloudvn.com">Sunny Cloud | AWS Billing và giải pháp AWS toàn diện</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunnycloudvn.com/customer-managed-kms-key-hien-da-duoc-aws-verified-access-ho-tro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
