Posts

Amazon S3 Storage Lens now aggregates activity and status code metrics by prefix - devamazonaws.blogspot.com

Amazon S3 Storage Lens  now provides request metrics for prefixes within an S3 bucket. Prefix-level metrics like total request counts, request counts by status code, bytes downloaded, and more, help you better understand activity for the largest prefixes within a bucket, and identify opportunities to optimize your S3 storage. Post Updated on November 17, 2023 at 10:35PM

Amazon RDS for PostgreSQL supports minor versions 15.5, 14.10, 13.13, 12.17, and 11.22 - devamazonaws.blogspot.com

Amazon Relational Database Service (RDS) for PostgreSQL now supports the latest minor versions PostgreSQL 15.5, 14.10, 13.13, 12.17, and 11.22. We recommend that you upgrade to the latest minor versions to fix known security vulnerabilities in prior versions of PostgreSQL, and to benefit from the bug fixes, performance improvements, and new functionality added by the PostgreSQL community. With this release, RDS for PostgreSQL now supports pgactive extension starting with PostgreSQL major versions 11 and higher. Post Updated on November 17, 2023 at 09:45PM

AWS Fargate now supports AWS Graviton2 Processors in all AWS Regions - devamazonaws.blogspot.com

AWS Fargate adds support AWS Graviton2 Processors in the Asia Pacific (Jakarta) AWS Region. This launch adds even more choice to help you optimize performance and cost for running your containerized workloads on Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS) with AWS Fargate in the AWS GovCloud (US) Regions. Now, AWS Graviton2 Processors are available for your workloads running with AWS Fargate in all AWS Regions, including the AWS GovCloud (US) and China Regions. Post Updated on November 17, 2023 at 06:09PM

[MS] Functions View for Build Insights in Visual Studio 2022 17.8 - devamazonaws.blogspot.com

Image
Introduction We are excited to unveil a new feature in Build Insights for Visual Studio: Functions View! This feature is available in Visual Studio 2022 version 17.8. Functions View offers essential insights into functions and forceinlines within your codebases. Download Visual Studio 2022 17.8 We extend our sincere thanks thanks to the developer community, especially our game studio partners, for actively providing feedback. Your contributions are invaluable in shaping this new feature. For more details about Build Insights and to explore other features like Included Files and Include Tree Views, please visit our initial announcement blogpost . Code Generation Insights with Functions View Functions View is a powerful tool that displays the impact of each function on the total build time by analyzing code generation times and forceinlines. Forceinlines, commonly used to boost runtime efficiency, can also influence build times. The following sample code is based on a public code samp...

[MS] .NET 8 中 Identity的新增功能 - devamazonaws.blogspot.com

Image
本篇翻译于Jeremy Likness的 What's new with identity in .NET 8 - .NET Blog (microsoft.com) .NET 8 中Identity的新增功能 我在2023 年 4 月撰写的有关 ASP.NET Core 团队致力于 改进 .NET 8 中的身份验证、授权和Identity管理 的文章中提出的计划包括三个关键成果: 用于简化登录和Identity管理的新API,适用于像 Single Page Apps (SPA) 和Blazor WebAssembly这样的客户端程序。 在NET Core Identity 中为无法使用 cookie 的客户端启用基于令牌的身份验证和授权。 文档的改进。 这三个成果都将随 .NET 8 一起发布。此外,我们还为 Blazor Web 应用程序添加了新的Identity UI,并且可以与新的渲染模式(服务器和 WebAssembly )配合使用。 让我们看一下 .NET 8 中的新变化所支持的一些场景。我们将在这篇博文中介绍: 确保简单 Web API 后端的安全 使用新的Blazor Identity UI 添加外部登录(例如 Google 或 Facebook) 使用内置功能和组件保护Blazor WebAssembly 应用程序 对不能使用 cookie 的客户端使用令牌 让我们看一下使用新Identity功能的最简单场景。 基础 Web API 后端 使用新授权的一种简单方法是在基础 Web API 应用程序中启用它。同样的应用程序还可以用作 Blazor WebAssembly、Angular、React 和其他单页 Web 应用程序 (SPA) 的后端。假设您从 .NET 8 中包含 OpenAPI 的 ASP.NET Core Web API 项目入手,您可以通过几个步骤添加身份验证。 Identity是“可选功能”,因此需要添加一些包: 支持 EF Core 集成的包:AspNetCore.Identity.EntityFrameworkCore 您要使用的数据库的包,例如 EntityFrameworkCore.SqlServer(本例中我们将使用内存数据库) 您可以使用 NuGet...

VPCs and subnets now support more sizes for IPv6 CIDRs - devamazonaws.blogspot.com

Amazon VPC allows customers to create VPCs and subnets of different sizes using IPv6 CIDRs. With this capability, customers can now create VPCs in sizes between /44 and /60, and subnets in sizes between /44 and /64, in increments of /4. Before today, AWS supported one standard IPv6 CIDR block size of /56 for VPC and /64 for subnet, whereas IPv4 CIDR block size were flexible for both VPCs and subnets. Post Updated on November 16, 2023 at 10:47PM

Amazon EBS announces Snapshot Lock to protect snapshots from inadvertent or malicious deletions - devamazonaws.blogspot.com

Today, Amazon EBS announced the availability of Snapshot Lock, a new security feature that helps customers comply with their data retention policies and add another layer of protection against inadvertent or malicious deletions of data. Customers use EBS Snapshots to back up their EBS volumes for disaster recovery, data migration, and compliance purposes. Customers can set up multiple layers of data protection for EBS Snapshots, including copying them across multiple AWS regions and accounts, setting up IAM access policies as well as enabling Recycle Bin . With Snapshot Lock, customers can configure locks on individual snapshots so that they cannot be deleted by anyone, including the account owner, for a specified period of time. Customers have the flexibility of granting certain users access to modify snapshot lock configurations per their data governance guidelines or implementing stricter controls by ensuring that the lock configuration cannot be modified by anyone, including privil...