投稿時間:2022-12-07 03:25:34 RSSフィード2022-12-07 03:00 分まとめ(30件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Partner Network (APN) Blog Automate Istio-Enabled Amazon EKS Cluster Deployment with Tetrate’s EKS Blueprints Add-On https://aws.amazon.com/blogs/apn/automate-istio-enabled-amazon-eks-cluster-deployment-with-tetrate-eks-blueprints-add-on/ Automate Istio Enabled Amazon EKS Cluster Deployment with Tetrate s EKS Blueprints Add OnIstio and Envoy have become key technologies in the modern application stack especially for enterprises adopting Zero Trust security standards for microservices applications Using standardized tooling from AWS and Tetrate it s easier than ever to fully integrate Amazon EKS and Istio into modern declarative IaC deployment processes Learn how to use EKS Blueprints with Tetrate s Istio add on to stand up fully bootstrapped clusters 2022-12-06 17:51:01
AWS AWS Marketplace How Vista built a data mesh enabled by solutions available in AWS Marketplace https://aws.amazon.com/blogs/awsmarketplace/how-vista-built-data-mesh-enabled-solutions-aws-marketplace/ How Vista built a data mesh enabled by solutions available in AWS MarketplaceIn this post Michal Atilla Christopher and I will explain what a data mesh is and show why Vista decided to create one We ll also show how Vista uses AWS services combined with solutions available in AWS Marketplace to build a multi tenant data platform that enables its data mesh approach 2022-12-06 17:22:13
golang Goタグが付けられた新着投稿 - Qiita go言語の基本のテスト Hello world的な https://qiita.com/technoscape/items/24e99324acbe4e870109 maingoimportfmt 2022-12-07 02:34:26
Git Gitタグが付けられた新着投稿 - Qiita 【Cloud9 Advent Calendar Day2】ガチで作業が捗るIntellijのおすすめプラグイン7選 https://qiita.com/kankanjam12/items/c6c79edd1493cd59d6c2 cloud 2022-12-07 02:10:23
技術ブログ Developers.IO [AWS IoT Core] boto3 を使用して Lambda から MQTT v5 で新たに拡張されたプロパティを送受信してみました https://dev.classmethod.jp/articles/aws-iot-core-mqtt-v5-lambda-publish/ awsiotcore 2022-12-06 17:33:52
海外TECH MakeUseOf Have Computer Game Graphics Reached Their Peak? https://www.makeuseof.com/have-computer-game-graphics-reached-their-peak/ limit 2022-12-06 17:31:15
海外TECH MakeUseOf How to Fix the Microsoft Store Error 0x80072F30 on Windows https://www.makeuseof.com/windows-microsoft-store-error-0x80072f30/ error 2022-12-06 17:15:18
海外TECH DEV Community Code faster with custom VScode snippets https://dev.to/antoine_m/code-faster-with-custom-vscode-snippets-4j79 Code faster with custom VScode snippetsCode snippets are templates that make it easier to enter repeating code patterns and who better than yourself knows what code you copy again and again The best way to tackle this problem is with tailored to you snippets and I will show how to create them in less than minutes Transform your code into snippetsFirst of all open the snippets settings File gt Preferences Code gt Preferences on macOS and then select the language for which the snippets should appear or Global Snippets file for it to be available for every language Then get the code you want to turn into a snippet and head over to this website You will get the body of the snippet which is the text interpreted by VScode to generate your code You also have to fill in the rest of the snippet name a short name that will be displayed when the snippet is suggestedprefix defines the trigger to call the snippetscope is the list of languages for which the snippet applies ex javascript typescript typescriptreact You should have something that looks like this Placeholders and advanced syntaxYou can further improve your snippet with placeholders tabstops and variables You can find the documentation here snippet syntax docYou can set cursor locations with if you write multiple times the same number you will edit the same text at each location Placeholders are default values that are linked to those cursor locations like this foo You also have default variables for example if you want the name of the current file you write TM FILENAME BASE The best of it is that you can combine with placeholders Here is a snippet where you will have the file name as the name of the component and the default export but with cursor locations on them if you want to quickly edit it you will find the gist of all my snippet at the end One special trick if you want to get the name of the folder you have to use the directory path variable and transform it like this TM DIRECTORY You can find some examples of my snippets here Thanks for reading If you found this article useful consider following me on Twitter I share tips on development design and share my journey to create my own startup studio 2022-12-06 17:38:25
海外TECH DEV Community Debug Like a Senior Developer https://dev.to/codenameone/debug-like-a-senior-developer-g6m Debug Like a Senior DeveloperMy book on debugging is already on preorder and I m super thrilled to announce I m doing a full online course to go along with it The course website isn t ready yet but I already have the full outline and a lot of recorded material I will try to drop videos at a rate of two per week in the next few months until the full course will be online It s shaping up to be a very detailed course I recorded the first module and half of the second module and I m already close to hours of dense recorded material Check out the first video in the series below and the full transcript The first module comprises videos all of which will be free for all and cover IDE debugging in depth They roughly correspond to the first chapter of my book The full course covers details I get into in the other chapters although it can t cover the entire breadth of the book it presents elements that are hard to show in book form I m publishing the course on a new YouTube channel I would very much appreciate likes and subscribes If you like the video please subscribe there or to one of the mailing lists e g here to get notified about new videos and about access to the full course as it becomes available I don t intend to publish the course on any other channel other than here So if you see the course in any place other than here please let me know and don t buy it there TranscriptHello everyone and welcome to practical debugging at scale In this course I will teach you how to debug but more importantly I hope to change the way you look at debugging and at programming in general In the mid s I was an over confident developer I knew “everything and senior developers constantly sought my consultation despite my young age at the time Then I got lucky I was debugging an issue with a senior developer and the way he wielded the debugger knocked me off my seat The experience was both amazing and embarrassing My ego was bruised but I persisted and learned everything I could about debugging techniques I was lucky enough to see a master at work to discover that there s a better way I hope this course will pass that luck to you That s why I chose to start the course with IDE debugging It s something we use all the time but as I go through these videos I guarantee I will cover features that you probably never heard aboutOne such feature is object marking which lets us define a global static variable as we debug It s an amazing feature which we discuss in the third video in this course Another feature is “Jump to Line which lets us move the execution point dynamically to an arbitrary location We will discuss it in the second video in this course Or watch renderers which lets us customize how everything looks in the watch area to an amazing degree We will discuss that in the th video of the course They don t teach this stuff at school But before we continue…Why am I the guy to teach this I wrote a couple of books including one about debugging which covers a lot of the topics we ll discuss here I worked in this industry for decades in many companies and worked as a consultant That means I had to go into companies figure out what s wrong and solve the problem then overcharge a ridiculous fee The debugger was my secret weapon I also worked at Sun Microsystems and Oracle I built JVMs flight simulators embedded system cloud solutions and developer tools You can contact me over my socials listed here and follow me on Mastodon LinkedIn etc You can also use the comments section here I ll try to help This is my Apress book titled practical debugging at scale same as this course As I m recording this it isn t out yet but you can preorder it and it s a perfect complement to this course It might be out already by the time you see this as it launches in January th Either way you can probably find it online Let s review the curriculum for the course and discuss the subjects we will cover The first part focuses on the basics Using the debugger within the IDE This seems like a trivial exercise but I guarantee that I will cover debugger features you probably never heard about or thought of I will focus on JetBrains IDEs mostly IntelliJ since it has one of the best debuggers around Next we discuss the theory of debugging The scientific method that underlies the debugging process Tooling talks about some of the cool tools we can use when tracking a problem These are system level tools we can leverage to peer into a system and figure out what s going on in there They re mostly on Linux systems since that s where we carry out a lot of the deployment Especially in the world of containers Next we ll delve into ways in which we can better write our code to make debugging easier when it fails All code fails we need to make sure it fails in a way that makes it easy for us to track the issue Debugging Kubernetes is the next step How do you debug an issue when you have so many abstraction layers in between The scale of Kubernetes makes debugging so much harder We ll follow that with debugging serverless which is a pretty painful experience Lambda adds the complexity of ephemeral state and an environment that s almost impossible to replicate locally Debugging the fullstack talks a lot about debugging the frontend and a bit about the process of debugging the database backend The goal is to create a tongs motion while searching for the bug in a real world application Observability isn t debugging per se but it s an important tool when tracking production issues in all of these technologies Before we go on to the main course lets dig a bit deeper into what s debugging This should be obvious to most of us and it is But there s also a couple of nuances Debugging is the scientific method applied to computer programming We can observe a problem or a behavior directly within the running application This is important In physics we have theoretical and experimental physics This analogy isn t exactly the same because in programming we also have production and those complexities Debugging is about understanding the practical implementation observing it in various experimental ways so we can see the actual problem and eliminate the things that aren t a problem Debugging gives us deep insight into our project that we can t get in any other way Debugging isn t a replacement to testing you often need a debugger to debug the tests or understand the missing tests In fact debugging and testing go hand in hand We ll talk about testing and its special relation to debugging as part of this course Debugging provides insight into our code that s normally much harder to get otherwise You can use it to learn new code I use debuggers to study a new code base that s alien to me There s no code analysis or tutorial that s more powerful than a simple debugger But most of all It lets us verify assumptions we might have about the running application This helps us track bugs Many of my demos are based on the PrimeMain application which you can find on my github page Feel free to follow me while you re there and check out my other projects Let s open the IDE and debug a simple application To get started with a debugger we open the PrimeMain project and run it We need to do some IDE specific configurations to get this running but pretty much any IDE and language has basic common concepts here Once the app is running we can place a breakpoint on the left hand side and the IDE will stop at the breakpoint for debugging To get started with a debugger we open the PrimeMain project and run it We need to do some IDE specific configurations to get this running but pretty much any IDE and language has basic common concepts here Once the app is running we can place a breakpoint on the left hand side and the IDE will stop at the breakpoint for debugging What we see here is the stack frames in this case it s pretty simple because we only have one frame But when we start debugging real applications we ll see that the stack can go pretty deep We can click frames in the stack and select a specific method and see the values of the variables up in the stack We see all of that here in the variable view We can add watch inspect elements and even change their values but I m getting ahead of myself This lets us see the value of every variable in this stack frame and so much more We ll get deeper into this in the next videoIn the next video we will discuss program control flow Follow through the videos to check out the full course If you have any questions please use the comments section Thank you 2022-12-06 17:28:07
Apple AppleInsider - Frontpage News Apple adding hundreds of App Store price points, as low as $0.29 https://appleinsider.com/articles/22/12/06/apple-adding-hundreds-of-app-store-price-points-as-low-as-029?utm_medium=rss Apple adding hundreds of App Store price points as low as Apple has announced that in the spring it will provide developers with price points plus new App Store pricing tools to set prices by country and region Under the new pricing system developers can select from what Apple says is nearly ten times more than what s currently available Prices will start at and go as high as Developers will need approval for the highest pricing levels To provide developers around the world with even more flexibility price points ーwhich will start as low as and upon request go up to ーwill offer an enhanced selection of price points increasing incrementally across price ranges for example every up to every between and etc Read more 2022-12-06 18:00:01
Apple AppleInsider - Frontpage News How to secure iPads in medical offices, retail stores and more with Maclocks https://appleinsider.com/articles/22/12/05/securing-ipads-in-medical-offices-retail-stores-with-maclocks?utm_medium=rss How to secure iPads in medical offices retail stores and more with MaclocksLong time Apple security and display experts Maclocks is noticing a shift in Apple s focus with every new launch Here s what to pay attention to MacLocks offer business solutions for Apple productsThe iPad provides businesses and enterprise users many stylish ways to use Apple s latest tablet within their operations like every great iPad before it The tenth generation iPad is larger at inches with Apple retaining the inch model for flexibility There are more changes besides just size like a new design and the camera on the landscape axis instead of portrait Read more 2022-12-06 17:19:23
海外TECH Engadget Amazon Luna lets Prime members play Ubisoft PC games they own for free https://www.engadget.com/amazon-luna-ubisoft-pc-game-share-175013720.html?src=rss Amazon Luna lets Prime members play Ubisoft PC games they own for freeSince Amazon first announced its Luna cloud gaming service in Ubisoft has been one of the company s closest partners The publisher embraced the service early and came out of the gate with a dedicated channel Now the two companies are deepening their partnership with an expansion of what you can do with Luna Starting today it s possible to stream Ubisoft games you already own on PC through Luna You ll need an active Prime or Luna subscription to do so as well as a set of linked Amazon Luna and Ubisoft Connect accounts Once you have those in place you can play your existing purchases wherever Luna is available including on Fire TV devices Chromebooks and phones The list of compatible titles features some of Ubisoft s best known games including Watch Dogs Legion Riders Republic nbsp and nearly every Assassin s Creed game you could ever want to play There are also a few older gems on the list such as Beyond Good and Evil and Child of Light A Ubisoft spokesperson told Engadget the offer extends to games the publisher allowed Stadia users to transfer to PC after Google announced the service was shutting down nbsp At first glance Ubisoft letting PC players use Luna without paying for its channel may not make much business sense but there s an element of smart marketing to the plan The best way for a company to attract new customers to a service is to give them the opportunity to use it and see the value in it themselves After using Luna to play games you previously purchased you may come out of the experience more inclined to subscribe to the Ubisoft channel That would be a win for the publisher 2022-12-06 17:50:13
海外TECH Engadget YouTube is bringing custom global emotes to live chats and comments https://www.engadget.com/youtube-global-emotes-live-chats-comments-173509427.html?src=rss YouTube is bringing custom global emotes to live chats and commentsYouTube is rolling out Twitch style custom global emotes for comments and live chats Threeindependentillustrators created the first batch of emotes which are focused on gaming though it appears that they work on any type of channel YouTube plans to develop emotes for other types of communities in the future To use the emotes click on the smiling face icon in comments or a live chat If you have a membership to a channel that offers its own custom emoji you ll see YouTube s global emotes below those As with Twitch s emotes you can start typing the name of a YouTube emote such as cat orange whistling or text green game over in the chat and the autocomplete function will show the emote and emoji options The first emotes also include a buffering icon and text reading GG i e good game Twitch has long offered global emotes in chats It might take a while before YouTube has emotes with the same level of cultural cachet as PogChamp Kappa or ResidentSleeper but it s off to a decent start for the times where words just aren t enough…introducing YouTube Emotes now everyone can join in amp react to all the biggest Ws across streams w new emotes we re starting with emotes for Gaming but more types of emotes to come stay tunedmore pic twitter com rpTmVvnCtjーTeamYouTube TeamYouTube December 2022-12-06 17:35:09
海外TECH Engadget EU will reportedly bar Meta from requiring personalized ads https://www.engadget.com/eu-meta-personalized-ads-ban-172015041.html?src=rss EU will reportedly bar Meta from requiring personalized adsMeta thrives on ad targeting but it may have to tone down its use of the technology in Europe The Wall Street Journalsources claim the EU s European Data Protection Board EDPB has ruled that Meta can t require users to accept personalized ads You could opt out of targeted ads on Facebook or Instagram if you d rather not have the social networks track your activity You can already decline customized ads using data from third party apps and sites The board s decision wouldn t directly force Meta to change Rather it would ask Ireland s Data Protection Commission to apply matching orders As Meta s European operations are officially based in Ireland the company would have to comply Both data boards acknowledged that there had been decisions but didn t comment on what they entailed We ve asked Meta for comment A spokesperson for the social media giant said it was too early to speculate and that the EU might still offer legal backing for targeted ads The company argued that it had fully engaged with the Data Protection Commission s inquiries If the EU does restrict Meta s personalization it could have a significant impact on the company s bottom line With fewer users willing to accept targeted ads there may be fewer people clicking those ads and encouraging advertisers to spend more on campaigns Meta was already worried about Apple s App Tracking Transparency and warned that it might cost billion in sales when it launched in The reported European measure could also prove costly especially as it would affect Android and the web The EU might not be very sympathetic as its officials have penalized Meta more than once for purported privacy violations It faced a million fine in September over allegedly illegal child privacy settings on Instagram and just last month received a million fine for supposedly inadequate safeguards against data scraping That s on top of an investigation into possible collusion with Google on display ads Simply speaking the Union is determined to prevent Meta s data from trading hands without consent 2022-12-06 17:20:15
海外TECH Engadget Snap is testing paid upgrades to popular AR lenses https://www.engadget.com/snapchat-ar-lens-upgrades-digital-goods-170316296.html?src=rss Snap is testing paid upgrades to popular AR lensesSnapchat is testing out a new way for its augmented reality lens creators to make money from their creations The company is experimenting with a new feature that will allow creators to sell paid upgrades to lenses with Snapchat s in app currency Creators have flexibility in terms of the “digital goods they can build into their existing lens It could be a new effect within the lens new editing tools or some other kind of “power up that enhances the effect according to Snap s Sophia Dominguez who leads the company s AR partnerships with creators For its initial rollout Snap has opted to work with creators behind some of the app s most popular effects like the “potato lens pictured in the top image With the unlockable upgrades fans will now be able to use tokens to change up the effect with different features like a magic wand or a police officer costume For now only a handful of creators have access to the feature which will only be available in Australia and New Zealand to start Snapchat s augmented reality effects have long been one of the biggest draws of the app which has benefitted from numerous viral lenses over the years But until now users have been able to access all of these effects for free And augmented reality creators hoping to monetize their work have primarily relied on partnerships with brands which hire them to create custom lenses Dominguez says upgradable lenses could be an important way for more AR creators to make a living from their work It could also prove lucrative for Snap which has increasingly been experimenting with non advertising sources of revenue The company for now isn t disclosing details about its arrangements with creators on sales of within lenses but the company already makes money from Snap Tokens which can also be used for game upgrades or to tip creators in the app Of course all this depends on Snapchat users being willing to spend money to get exclusive new augmented reality effects which is far from a given “We actually have no idea how this is going to go Dominguez tells Engadget “We can t guarantee anything but we really do hope that because this is largely coming from our AR developers and this is also revenue that goes to them their subscribers will support them 2022-12-06 17:03:16
ニュース BBC News - Home King Charles: Man arrested after reports egg thrown in monarch's direction https://www.bbc.co.uk/news/uk-63877583?at_medium=RSS&at_campaign=KARANGA luton 2022-12-06 17:36:52
ニュース BBC News - Home Notting Hill Carnival: Man arrested after rapper fatally stabbed https://www.bbc.co.uk/news/uk-england-london-63877657?at_medium=RSS&at_campaign=KARANGA august 2022-12-06 17:16:29
ニュース BBC News - Home Eddie Jones sacked by England after review into poor run of form https://www.bbc.co.uk/sport/rugby-union/63801857?at_medium=RSS&at_campaign=KARANGA world 2022-12-06 17:34:49
ニュース BBC News - Home Gabriel Jesus: Arsenal and Brazil forward has successful surgery on knee injury https://www.bbc.co.uk/sport/football/63880482?at_medium=RSS&at_campaign=KARANGA Gabriel Jesus Arsenal and Brazil forward has successful surgery on knee injuryArsenal forward Gabriel Jesus has had successful surgery on the knee injury that ruled him out of the remainder of Brazil s World Cup campaign 2022-12-06 17:35:02
ビジネス ダイヤモンド・オンライン - 新着記事 日本の大企業で働く人は頑張っている。それでも生産性が上がらないのはなぜか。 - ファイナンス思考 https://diamond.jp/articles/-/313631 日本の大企業で働く人は頑張っている。 2022-12-07 02:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 【リタイアは何歳がベスト?】高齢化する世界のアンバランスな退職年齢 - 米国防総省・人口統計コンサルタントの人類超長期予測 https://diamond.jp/articles/-/313947 人口統計 2022-12-07 02:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 「なんであいつは…」「どうして自分だけ…」。不公平だと感じたときに、よくよく自分に言い聞かせたいこと【書籍オンライン編集部セレクション】 - 奴隷の哲学者エピクテトス 人生の授業 https://diamond.jp/articles/-/313781 上智大学 2022-12-07 02:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 「他人をバカにする子」に育ってしまう親のNG習慣・ワースト1 - 世界標準の子育て https://diamond.jp/articles/-/312795 2022-12-07 02:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 【神様】は見ている。これ?! 捨てるだけで開運する意外なもの2つ - 旬のカレンダー https://diamond.jp/articles/-/314003 【神様】は見ている。 2022-12-07 02:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 脳も人生もよくなるたった1つのワード - 1分間瞬読ドリル 超かんたん!入門編 https://diamond.jp/articles/-/314075 脳も人生もよくなるたったつのワード分間瞬読ドリル超かんたん入門編「認知症、ボケ予防に役立つ」「記憶力や思考力がアップし、勉強に活かせる」「頭の回転が速くなった」「本が速く読めて、判断スピードがあがった」「モチベーションの向上、習慣化につながる」「持続力が増して途中で投げ出さなくなった」などの声が届いた、くり返し楽しんで使える『分間瞬読ドリル』に、超入門編が登場。 2022-12-07 02:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 暗記大嫌い人間が生み出した「最強勉強法」、すぐできるコツ3選 - 逆転合格90日プログラム https://diamond.jp/articles/-/314063 逆転 2022-12-07 02:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 稼ぐ人がやっている「ニッチ市場の見つけ方」 - ブログで5億円稼いだ方法 https://diamond.jp/articles/-/314041 方法 2022-12-07 02:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 うつ病になった精神科医が人生のどん底で見つけた“幸せの最終結論” - 精神科医Tomyが教える 心の執着の手放し方 https://diamond.jp/articles/-/313881 うつ病になった精神科医が人生のどん底で見つけた“幸せの最終結論精神科医Tomyが教える心の執着の手放し方不安や悩みが尽きない。 2022-12-07 02:10:00
海外TECH reddit To take on a Taco Bell Employee twice her size https://www.reddit.com/r/therewasanattempt/comments/zec9tt/to_take_on_a_taco_bell_employee_twice_her_size/ To take on a Taco Bell Employee twice her size submitted by u wiscowall to r therewasanattempt link comments 2022-12-06 17:17:00
GCP Cloud Blog Announcing Google Cloud support for Impact Level 5 (IL5) workloads https://cloud.google.com/blog/products/identity-security/introducing-google-cloud-support-for-impact-level-5-workloads/ Announcing Google Cloud support for Impact Level IL workloadsGoogle Cloud is committed to serving public sector customers around the world and has made significant progress in building products and services designed specifically to meet your needs Today Google Cloud is proud to announce Department of Defense Impact Level IL provisional authorization PA ーanother important milestone that enables us to support additional workloads for U S public sector customers  With nine supported regions and zones Google Cloud now has the largest cloud service offering available on the market for U S public sector customers enabling federal state local and educational entities to take advantage of the security performance scale and efficiency of Google Cloud  DoD Impact Level IL The United States Department of Defense DoD uses an “Impact Level classification system to classify data and authorize cloud environments IL is the highest level of authorization granted to environments storing and processing Controlled Unclassified Information CUI mission critical information and national security systems information This authorization which Google Cloud has received for a number of its products is the result of a rigorous assessment of physical logical and cryptographic isolation controls Google Cloud is committed to rapidly expanding the number of Google Cloud services within the IL authorization boundary allowing us to support a wide array of use cases and cloud architectures   A software defined community cloudThese most recent compliance milestones are made possible by our modern born in the cloud approach Last December we described this approach to software defined community cloud SDCC ーa technology used for isolating security and compliance sensitive workloads using Assured Workloads The software defined community cloud allows customers to take advantage of the efficient cloud infrastructure that Google Cloud provides to help support stringent security compliance requirements without needing to manage and maintain individual infrastructure instances  With SDCC new hardware new services and continuous improvements to our services are delivered smoothly and without delay Security enhancements can be implemented quickly protecting customers from emerging threats And because of the scale of infrastructure available we can provide improved availability and performance On top of core compliance support with NIST and FIPS encryption by default Google Cloud s Assured Workloads supports additional commitments that customer data will remain within the continental United States CONUS and will only be supported by authorized U S persons A premium support offering is also available that offers minute response time by authorized U S persons from within the United States Google Cloud s approach with Assured Workloads provides compatibility between our government and commercial offerings The technology U S public sector customers rely on is built on the same foundation that drives our Sovereign Cloud capabilities in other parts of the world This foundation provides sophisticated isolation and personnel controls that protect data from unauthorized access while supporting stringent compliance and sovereignty requirements which are backed by third party audits and validations of the controls  Take the next step The new authorizations and offerings continue to enhance Google Cloud s product offerings and capabilities for public sector customers and the organizations that serve them Google Cloud s U S public sector authorizations now include FedRAMP Moderate FedRAMP High FIPS IL IL IL CJIS and ITAR   Contact sales for more information on how to take advantage of Google Cloud s Assured Workloads capabilities to run secure and compliant workloads To learn more about Assured Workloads check out our customer session from this year s Google Cloud Next and our Assured Workloads video walkthrough series on YouTube 2022-12-06 17:30:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)