-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ee08a3
commit 164c79d
Showing
71 changed files
with
2,507 additions
and
1,153 deletions.
There are no files selected for viewing
332 changes: 332 additions & 0 deletions
332
2024/10/03/use-aws-role-to-isolate-resources-and-privilege/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,187 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Archives: 2024/10 - Hacker and Geeker's Way</title> | ||
<meta name="author" content=""> | ||
|
||
<meta name="description" content=""> <!-- TODO: truncate --> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
|
||
<link href="atom.xml" rel="alternate" title="Hacker and Geeker's Way" type="application/atom+xml"> | ||
<link href="/favicon.ico" rel="shortcut icon"> | ||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link href="/stylesheets/custom.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link href="/stylesheets/hljs.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
|
||
<link href='/stylesheets/font.css?family=Slackey' rel='stylesheet' type='text/css'> | ||
<link href='/stylesheets/font.css?family=Fjalla+One' rel='stylesheet' type='text/css'> | ||
<link href='/stylesheets/font.css?family=Amethysta+One' rel='stylesheet' type='text/css'> | ||
<script src="/javascripts/jquery.min.js"></script> | ||
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![}]--> | ||
|
||
<script type="text/javascript" src="/javascripts/jquery-tapir.js"></script> | ||
|
||
<!-- remove or comment it to disable ajaxification --> | ||
<!-- <script src="/javascripts/ajaxify.js"></script> --> | ||
|
||
|
||
|
||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-100485541-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
|
||
|
||
<meta name="generator" content="Hexo 6.3.0"></head> | ||
|
||
|
||
<body> | ||
<div id="wrapper"> | ||
<header id="header" class="inner"><!-- for more effects see _animate.scss --> | ||
<h1 class="animated bounceInDown"> | ||
<div id="headerbg"> | ||
Hacker and Geeker's Way | ||
</div> | ||
</h1> | ||
<span class="subtitle"></span> | ||
<br> | ||
|
||
<ul id="social-links" style="text-align:center; clear:both;"> | ||
|
||
<!-- GitHub --> | ||
<li> | ||
<a target="_blank" rel="noopener" href="https://github.com/zhaozhiming" class="github" title="Github"></a> | ||
</li> | ||
|
||
|
||
|
||
|
||
<!-- Twitter --> | ||
<li> | ||
<a target="_blank" rel="noopener" href="http://www.twitter.com/kingzzm" class="twitter" title="Twitter"></a> | ||
</li> | ||
|
||
|
||
<!-- LinkedIn --> | ||
<li> | ||
<a target="_blank" rel="noopener" href="http://www.linkedin.com/in/zhaozhiming" class="linkedin" title="LinkedIn"></a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Stackoverflow --> | ||
<li> | ||
<a target="_blank" rel="noopener" href="http://stackoverflow.com/users/1954315/zhaozhiming" class="stackoverflow" title="Stackoverflow"></a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
<!-- use full url including 'index.html' for navigation bar if you are using ajax --> | ||
<ul id="nav"> | ||
<li id="ajax"><a href="/index.html">Home</a></li> | ||
<li id="ajax"><a href="/archives/index.html">Archives</a></li> | ||
<li><a href="/atom.xml">RSS</a></li> | ||
<li><a href="/about/index.html">About</a></li> | ||
|
||
<li> | ||
<div id="dark"> | ||
<form action="//www.google.com.hk/search" method="get" accept-charset="UTF-8" id="search"> | ||
<input type="hidden" name="sitesearch" value="https://zhaozhiming.github.io" /> | ||
<input type="text" name="q" results="0" placeholder="Search..." x-webkit-speech /> | ||
</form> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
|
||
|
||
</header> | ||
|
||
|
||
<div id="toload"> | ||
<!-- begin toload --> | ||
<div id="content"> | ||
<div class="inner"> | ||
|
||
|
||
|
||
<script id="dsq-count-scr" src="//zhaozhiming.disqus.com/count.js" async></script> | ||
|
||
|
||
|
||
|
||
|
||
<section class="archives"><h1 class="year">2024</h1><div class="top-border-padding"></div> | ||
|
||
<article> | ||
<h2 class="title"><a href="/2024/10/03/use-aws-role-to-isolate-resources-and-privilege/">使用 AWS 角色隔离资源和权限</a></h2> | ||
<div class="meta"> | ||
<span class="date">10月 3</span> | ||
<span class="tags"> | ||
|
||
<a href="/tags/go-lang/">go-lang</a> <a href="/tags/aws/">aws</a> <a href="/tags/role/">role</a> <a href="/tags/policy/">policy</a> <a href="/tags/permission/">permission</a> | ||
</span> | ||
|
||
<span class="comments"><a href="https://zhaozhiming.github.io/2024/10/03/use-aws-role-to-isolate-resources-and-privilege/#disqus_thread">Comments</a></span> | ||
|
||
</div> | ||
</article> | ||
|
||
|
||
</section> | ||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
<footer id="footer"> | ||
<div style="display:inline"> | ||
Copyright © 2024 | ||
|
||
赵芝明 | ||
. Powered by <a href="http://zespia.tw/hexo/" target="_blank">Hexo</a> | | ||
Theme is <a target="_blank" rel="noopener" href="https://github.com/wd/hexo-fabric">hexo-fabric</a>, fork from <a target="_blank" rel="noopener" href="http://github.com/panks/fabric">fabric</a> by <a target="_blank" rel="noopener" href="http://panks.me">Pankaj Kumar</a> | ||
</div> | ||
|
||
|
||
</footer> | ||
<script src="/javascripts/fabric.js"></script> | ||
<script src="/javascripts/jquery.fancybox.pack.js"></script> | ||
<script type="text/javascript"> | ||
(function($){ | ||
$('.fancybox').fancybox(); | ||
})(jQuery); | ||
</script> | ||
<!-- Delete or comment this line to disable Fancybox --> | ||
|
||
|
||
|
||
<!-- end toload --> | ||
</div> | ||
</div> | ||
<script src="/javascripts/jquery.ui.totop.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | ||
/*<![CDATA[*/ | ||
;(function($){$().UItoTop({easingType:'easeOutCirc'});})(jQuery); | ||
/*]]>*/ | ||
</script><!-- remove it to remove the scroll to top button --> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5608723650603289" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.