<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://giwiki.gi.ucsc.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Righanse</id>
	<title>UCSC Genomics Institute Computing Infrastructure Information - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://giwiki.gi.ucsc.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Righanse"/>
	<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=Special:Contributions/Righanse"/>
	<updated>2026-05-11T10:07:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=253</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=253"/>
		<updated>2021-12-09T19:49:37Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were modified or accessed. AWS S3 objects are stored in the Standard storage class by default, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage classes maintain a much lower GB/month cost as compared to the Standard S3 storage class, but also incur charges for access and retrieval.&lt;br /&gt;
&lt;br /&gt;
It is recommended to utilize the appropriate storage classes for your data. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''month''', AWS Infrequent Access is a reasonable storage class to use. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''year''', AWS Glacier is a reasonable storage class to use.&lt;br /&gt;
&lt;br /&gt;
==UCSC GI Automated Policy==&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to AWS Intelligent-Tiering, which monitors S3 object access patterns and transitions objects to more efficient storage classes accordingly.&lt;br /&gt;
* Objects uploaded to S3 will remain in the Standard storage class for '''1''' day, at which point they will be transitioned to Intelligent-Tiering.&lt;br /&gt;
* Old and new S3 buckets will have this lifecycle policy automatically attached.&lt;br /&gt;
&lt;br /&gt;
AWS Intelligent Tiering functionality:&lt;br /&gt;
* Intelligent-Tiering '''does not''' change object access patterns. This means you do not need to execute special API commands to access objects.&lt;br /&gt;
* Intelligent-Tiering '''does not''' incur charges for object retrieval from different tiers.&lt;br /&gt;
For more details on AWS Intelligent Tiering, see the [https://aws.amazon.com/s3/storage-classes/intelligent-tiering/ AWS Docs]&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=Genomics_Institute_Computing_Information&amp;diff=252</id>
		<title>Genomics Institute Computing Information</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=Genomics_Institute_Computing_Information&amp;diff=252"/>
		<updated>2021-12-09T17:21:05Z</updated>

		<summary type="html">&lt;p&gt;Righanse: /* Amazon Web Services Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Genomic Institute Computing Information Repository!  Browse the below topics for help in the area you are curious about.&lt;br /&gt;
&lt;br /&gt;
==GI Public Computing Environment==&lt;br /&gt;
*[[How to access the public servers]]&lt;br /&gt;
&lt;br /&gt;
==GI Firewalled Computing Environment (PRISM)==&lt;br /&gt;
*[[Access to the Firewalled Compute Servers]]&lt;br /&gt;
&lt;br /&gt;
==VPN Access==&lt;br /&gt;
*[[Requirement for users to get GI VPN access]]&lt;br /&gt;
&lt;br /&gt;
== NIH dbGaP Access Requirements ==&lt;br /&gt;
*[[Requirements for dbGaP Access]]&lt;br /&gt;
&lt;br /&gt;
== giCloud Openstack ==&lt;br /&gt;
*[[Overview of giCloud in the Genomics Institute]]&lt;br /&gt;
*[[Quick Start Instructions to Get Rolling with OpenStack]]&lt;br /&gt;
&lt;br /&gt;
== Amazon Web Services Information ==&lt;br /&gt;
*[[Overview of Getting and Using an AWS IAM Account]]&lt;br /&gt;
*[[AWS Account List and Numbers]]&lt;br /&gt;
*[[AWS Shared Bucket Usage Graphs]]&lt;br /&gt;
*[[AWS Best Practices]]&lt;br /&gt;
*[[AWS S3 Lifecycle Management]]&lt;br /&gt;
&lt;br /&gt;
==Kubernetes Information==&lt;br /&gt;
&lt;br /&gt;
*[[Computational Genomics Kubernetes Installation]]&lt;br /&gt;
*[[Undiagnosed Disease Project Kubernetes Installation]]&lt;br /&gt;
&lt;br /&gt;
== Problems or technical support ==&lt;br /&gt;
&lt;br /&gt;
If you have any problems with the GI computing environment, please send an email to '''cluster-admin@soe.ucsc.edu'''&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=251</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=251"/>
		<updated>2021-12-09T17:19:48Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were modified or accessed. AWS S3 objects are stored in the Standard storage class by default, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage classes maintain a much lower GB/month cost as compared to the Standard S3 storage class, but also incur charges for access and retrieval.&lt;br /&gt;
&lt;br /&gt;
It is recommended to utilize the appropriate storage classes for your data. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''month''', AWS Infrequent Access is a reasonable storage class to use. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''year''', AWS Glacier is a reasonable storage class to use.&lt;br /&gt;
&lt;br /&gt;
==UCSC GI Automated Policy==&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to AWS Intelligent Tiering, which monitors S3 object access patterns and transitions objects to more efficient storage classes accordingly.&lt;br /&gt;
* Objects uploaded to S3 will remain in the Standard storage class for '''1''' day, at which point they will be transitioned to Intelligent Tiering.&lt;br /&gt;
* Old and new S3 buckets will have this lifecycle policy automatically attached.&lt;br /&gt;
&lt;br /&gt;
AWS Intelligent Tiering functionality:&lt;br /&gt;
* Intelligent Tiering '''does not''' change object access patterns. This means you do not need to execute special API commands to access objects.&lt;br /&gt;
* Intelligent Tiering '''does not''' incur charges for object retrieval from different tiers.&lt;br /&gt;
For more details on AWS Intelligent Tiering, see the [https://aws.amazon.com/s3/storage-classes/intelligent-tiering/ AWS Docs]&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=250</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=250"/>
		<updated>2021-12-09T17:18:28Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(This page is a work in progress. The policies defined below may still be adjusted, and are not actively deployed)&lt;br /&gt;
&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were modified or accessed. AWS S3 objects are stored in the Standard storage class by default, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage classes maintain a much lower GB/month cost as compared to the Standard S3 storage class, but also incur charges for access and retrieval.&lt;br /&gt;
&lt;br /&gt;
It is recommended to utilize the appropriate storage classes for your data. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''month''', AWS Infrequent Access is a reasonable storage class to use. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''year''', AWS Glacier is a reasonable storage class to use.&lt;br /&gt;
&lt;br /&gt;
==UCSC GI Automated Policy==&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to AWS Intelligent Tiering, which monitors S3 object access patterns and transitions objects to more efficient storage classes accordingly.&lt;br /&gt;
* Objects uploaded to S3 will remain in the Standard storage class for '''1''' day, at which point they will be transitioned to Intelligent Tiering.&lt;br /&gt;
* Old and new S3 buckets will have this lifecycle policy automatically attached.&lt;br /&gt;
&lt;br /&gt;
AWS Intelligent Tiering functionality:&lt;br /&gt;
* Intelligent Tiering '''does not''' change object access patterns. This means you do not need to execute special API commands to access objects.&lt;br /&gt;
* Intelligent Tiering '''does not''' incur charges for object retrieval from different tiers.&lt;br /&gt;
For more details on AWS Intelligent Tiering, see the [https://aws.amazon.com/s3/storage-classes/intelligent-tiering/ AWS Docs]&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=249</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=249"/>
		<updated>2021-12-09T17:03:07Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(This page is a work in progress. The policies defined below may still be adjusted, and are not actively deployed)&lt;br /&gt;
&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were accessed. AWS S3 objects are typically stored in the Standard storage class, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage classes maintain a much lower GB/month cost as compared to the Standard S3 storage class, but also incur charges for access and retrieval.&lt;br /&gt;
&lt;br /&gt;
It is recommended to utilize the appropriate storage classes for your data. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''month''', AWS Infrequent Access is a reasonable storage class to use. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''year''', AWS Glacier is a reasonable storage class to use.&lt;br /&gt;
&lt;br /&gt;
==UCSC GI Automated Policy==&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to AWS Intelligent Tiering, which monitors S3 object access patterns and transitions objects accordingly.&lt;br /&gt;
* Objects uploaded to S3 will remain in the Standard storage class for '''1''' day, at which point they will be transitioned to Intelligent Tiering.&lt;br /&gt;
* Old and new S3 buckets will have this lifecycle policy automatically attached.&lt;br /&gt;
&lt;br /&gt;
AWS Intelligent Tiering functionality:&lt;br /&gt;
* Intelligent Tiering '''does not''' change object access patterns. This means you do not need to execute special API commands to access objects.&lt;br /&gt;
* Intelligent Tiering '''does not''' incur charges for object retrieval from different tiers.&lt;br /&gt;
For more details on AWS Intelligent Tiering, see the [https://aws.amazon.com/s3/storage-classes/intelligent-tiering/ AWS Docs]&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=248</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=248"/>
		<updated>2021-12-09T16:43:15Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(This page is a work in progress. The policies defined below may still be adjusted, and are not actively deployed)&lt;br /&gt;
&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were accessed. AWS S3 objects are typically stored in the Standard storage class, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage classes maintain a much lower GB/month cost as compared to the Standard S3 storage class, but also incur charges for access and retrieval.&lt;br /&gt;
&lt;br /&gt;
It is recommended to utilize the appropriate storage classes for your data. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''month''', AWS Infrequent Access is a reasonable storage class to use. &lt;br /&gt;
* If you have data that you do not expect to access more than once a '''year''', AWS Glacier is a reasonable storage class to use.&lt;br /&gt;
&lt;br /&gt;
==UCSC GI Automated Policy==&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to AWS Intelligent Tiering, which monitors S3 object access patterns and transitions objects accordingly.&lt;br /&gt;
* Objects uploaded to S3 will remain in the Standard storage class for '''1''' day, at which point they will be transitioned to Intelligent Tiering.&lt;br /&gt;
* Old and new S3 buckets will have this lifecycle policy automatically attached.&lt;br /&gt;
&lt;br /&gt;
AWS Intelligent Tiering functionality:&lt;br /&gt;
* Intelligent Tiering '''does not''' change object access patterns. This means you can still treat the object as if it were in the Standard storage class.&lt;br /&gt;
* Intelligent Tiering '''does not''' incur charges for object retrieval from different tiers.&lt;br /&gt;
For more details on AWS Intelligent Tiering, see the [https://aws.amazon.com/s3/storage-classes/intelligent-tiering/ AWS Docs]&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=247</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=247"/>
		<updated>2021-12-02T23:43:42Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(This page is a work in progress. The policies defined below may still be adjusted, and are not actively deployed)&lt;br /&gt;
&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were accessed. AWS S3 objects are typically stored in the Standard storage class, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage class maintain a much lower GB/month cost as compared to the Standard S3 storage class, but also incur charges for access and retrieval.&lt;br /&gt;
&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to cheaper storage classes if they have not been accessed recently. Specifically, AWS S3 objects are transitioned as follows:&lt;br /&gt;
* After '''30''' days of inactivity, objects are transitioned to the '''Infrequent Access''' storage class.&lt;br /&gt;
* After '''180''' days of inactivity, objects are transitioned to the '''Glacier''' storage class.&lt;br /&gt;
&lt;br /&gt;
==Object Recovery==&lt;br /&gt;
In case there are objects in S3 that have been transitioned out of the Standard storage class, they can be recovered. Due to the increased access charges of objects in Infrequent Access and Glacier, if an object is expected to be accessed frequently, it should be returned to the Standard storage class. The object recovery method depends on the storage class the object is in, with Glacier being more time consuming and challenging to restore from than Infrequent Access.&lt;br /&gt;
&lt;br /&gt;
It is important to note that, in the event an object is recovered, the timer for transitioning the object back to Infrequent Access and Glacier is still running, and the objects will be moved again in the future if they meet the criteria.&lt;br /&gt;
&lt;br /&gt;
===Infrequent Access===&lt;br /&gt;
===Glacier===&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=246</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=246"/>
		<updated>2021-12-02T23:28:14Z</updated>

		<summary type="html">&lt;p&gt;Righanse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(This page is a work in progress. The policies defined below are still be adjusted, and are not actively deployed)&lt;br /&gt;
&lt;br /&gt;
==AWS S3 Lifecycle Policy Overview==&lt;br /&gt;
AWS S3 buckets can be configured with lifecycle policies. These policies allow for automatically changing the storage class of objects based on the last time they were accessed. AWS S3 objects are typically stored in the Standard storage class, which provides easy access, but has relatively high GB/month storage costs. Other storage classes, such as Infrequent Access and Glacier are more suitable for objects that are rarely accessed. These storage class maintain a much lower GB/month cost as compared to the Standard S3 storage class.&lt;br /&gt;
&lt;br /&gt;
In order to reduce monthly S3 storage costs, the UCSC GI has implemented global S3 lifecycle policies that transition objects to cheaper storage classes if they have not been accessed recently. Specifically, AWS S3 objects are transitioned as follows:&lt;br /&gt;
* After '''30''' days of inactivity, objects are transitioned to the '''Infrequent Access''' storage class.&lt;br /&gt;
* After '''180''' days of inactivity, objects are transitioned to the '''Glacier''' storage class.&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
	<entry>
		<id>http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=245</id>
		<title>AWS S3 Lifecycle Management</title>
		<link rel="alternate" type="text/html" href="http://giwiki.gi.ucsc.edu/index.php?title=AWS_S3_Lifecycle_Management&amp;diff=245"/>
		<updated>2021-12-02T22:55:43Z</updated>

		<summary type="html">&lt;p&gt;Righanse: Created page with &amp;quot;Test page&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test page&lt;/div&gt;</summary>
		<author><name>Righanse</name></author>
	</entry>
</feed>